summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
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 ad919b5d..900c8fb1 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -477,6 +477,7 @@ def schedule_404_versions(arch, total):
for suite in SUITES:
log.info('Requesting 404 packages in %s/%s...',
suite, arch)
+ # hard code the limit to 42 as 404s rarely happen anyway
packages[suite] = query_404_versions(suite, arch, 42)
log.info('Received ' + str(len(packages[suite])) +
' 404 packages in ' + suite + '/' + arch + ' to schedule.')