r274 - in branches/rewrite: . src
Otavio Salvador
partial-mirror-devel@lists.alioth.debian.org
Tue, 09 Nov 2004 17:45:09 -0700
Author: otavio
Date: Tue Nov 9 17:45:07 2004
New Revision: 274
Modified:
branches/rewrite/ (props changed)
branches/rewrite/src/debpartial-mirror.in
Log:
r186@nurf: otavio | 2004-11-10T00:41:24.404158Z
Schedule for update.
Modified: branches/rewrite/src/debpartial-mirror.in
==============================================================================
--- branches/rewrite/src/debpartial-mirror.in (original)
+++ branches/rewrite/src/debpartial-mirror.in Tue Nov 9 17:45:07 2004
@@ -53,3 +53,5 @@
backends = []
for b in cnf.getBackends():
backends.append(Backend(b.section, cnf))
+for b in backends:
+ b.update()