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 8201bd43..c49e5842 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -344,7 +344,7 @@ def scheduler():
untested, msg_untested = schedule_untested_packages(total)
new, msg_new = schedule_new_versions(total+len(untested))
old_ftbfs, msg_old_ftbfs = schedule_old_ftbfs_versions(total+len(untested)+len(new))
- old, msg_old = schedule_old_versions(total+len(untested)+len(new))+len(old_ftbfs)
+ old, msg_old = schedule_old_versions(total+len(untested)+len(new)+len(old_ftbfs))
now_queued_here = {}
# make sure to schedule packages in unstable first