[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: setup_notify: recreate packages pages after changing the notify flag

Holger Levsen holger at moszumanska.debian.org
Fri May 29 14:32:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit b6a539579ad9f55910dcbc5ebe40cc8e1521db5f
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri May 29 16:31:19 2015 +0200

    reproducible: setup_notify: recreate packages pages after changing the notify flag
---
 bin/reproducible_setup_notify.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py
index 3b79016..6e50411 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list