summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index a2ffbb64..44e1f3a3 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -264,10 +264,12 @@ def scheduler():
all_scheduled_pkgs.extend(old[suite])
# finally
schedule_packages(all_scheduled_pkgs)
+ for suite in SUITES:
+ call(kgb)
+ log.info(message)
build_page('scheduled') # from reproducible_html_indexes
log.info('\n\n\n')
log.info(message)
- call(kgb)
if __name__ == '__main__':