summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index f0b8b235..b6ebc35a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -249,8 +249,8 @@ def schedule_new_versions(total):
many_new = 200
else:
many_new = 150
- log.info('Requesting ' + str(many_new) + ' new versions in ' + suite + '...')
for suite in SUITES:
+ log.info('Requesting ' + str(many_new) + ' new versions in ' + suite + '...')
new[suite] = query_new_versions(suite, many_new)
log.info('Received ' + str(len(new[suite])) + ' new packages in ' + suite + ' to schedule.')
log.info('==============================================================')