summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-04 11:34:21 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-04 11:34:21 +0100
commit00e79d70acdf23ccbf32fa0bfb2e5b2731f487c0 (patch)
tree3a21b84e3b61ea387b464dad9603ff7e94094a5b /bin/reproducible_scheduler.py
parent9b8595ec18f607c2612c8f9c86e7d4d8fc4d1d78 (diff)
downloadjenkins.debian.net-00e79d70acdf23ccbf32fa0bfb2e5b2731f487c0.tar.xz
reproducible: fixup last commit
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index a7d6579b..403876f9 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -506,6 +506,7 @@ def scheduler(arch):
new, msg_new = schedule_new_versions(arch, total)
old_ftbfs_and_depwait, msg_old_ftbfs_and_depwait = empty_pkgs, ''
old, msg_old = empty_pkgs, ''
+ four04, msg_404 = empty_pkgs, ''
else:
log.info(str(total) + ' packages already scheduled' +
', scheduling some more...')