summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-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 4af23092..9a317eaa 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -149,7 +149,7 @@ def update_sources_db(suite, arch, sources):
sys.exit(1)
if pkgs_to_add:
log.info('Building pages for the new packages')
- gen_packages_html(pkgs_to_add, no_clean=True)
+ gen_packages_html([Package(x) for x in pkgs_to_add], no_clean=True)
def print_schedule_result(suite, criteria, packages):