summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_notify.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-05-29 16:31:19 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-29 16:32:13 +0200
commitb6a539579ad9f55910dcbc5ebe40cc8e1521db5f (patch)
treea07cd482ef011b847eb70e52a9dc747598bddc9d /bin/reproducible_setup_notify.py
parentd4557e599137f217fdbd1b816226f9dd5772e698 (diff)
downloadjenkins.debian.net-b6a539579ad9f55910dcbc5ebe40cc8e1521db5f.tar.xz
reproducible: setup_notify: recreate packages pages after changing the notify flag
Diffstat (limited to 'bin/reproducible_setup_notify.py')
-rwxr-xr-xbin/reproducible_setup_notify.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py
index 3b79016a..6e504118 100755
--- a/bin/reproducible_setup_notify.py
+++ b/bin/reproducible_setup_notify.py
@@ -26,6 +26,7 @@ local_args = parser.parse_known_args()[0]
# these are here as an hack to be able to parse the command line
from reproducible_common import *
+from reproducible_html_packages import gen_packages_html
class bcolors:
@@ -89,3 +90,5 @@ if maintainer:
c = conn_db.cursor()
for package in packages:
process_pkg(package, local_args.deactivate)
+
+gen_packages_html(packages, no_clean=True)