From 724c5119f50abaa9b645525af20861e565afbc62 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 18 Aug 2015 22:34:59 +0000 Subject: reproducible: setup_notify: fix the package generation step after the last refactor --- bin/reproducible_setup_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py index 0648744f..8daee9ed 100755 --- a/bin/reproducible_setup_notify.py +++ b/bin/reproducible_setup_notify.py @@ -91,7 +91,7 @@ c = conn_db.cursor() for package in packages: process_pkg(package, local_args.deactivate) -gen_packages_html(packages, no_clean=True) +gen_packages_html([Package(x) for x in packages], no_clean=True) build_page('notify') if local_args.deactivate: -- cgit v1.2.3-54-g00ecf