[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: setup_notify: also rebuild index_notify.html when changing notification settings
Holger Levsen
holger at moszumanska.debian.org
Tue Jun 2 08:22:15 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 54ab8fecbf50ec7faa57260f4e99943d977042e8
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Tue Jun 2 10:16:51 2015 +0200
reproducible: setup_notify: also rebuild index_notify.html when changing notification settings
---
bin/reproducible_setup_notify.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py
index 6e50411..f3fbe9f 100755
--- a/bin/reproducible_setup_notify.py
+++ b/bin/reproducible_setup_notify.py
@@ -27,6 +27,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
+from reproducible_html_indexes import build_page
class bcolors:
@@ -92,3 +93,4 @@ for package in packages:
process_pkg(package, local_args.deactivate)
gen_packages_html(packages, no_clean=True)
+build_page('notify')
--
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