[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: html_notes: rebuild FTBFS indexes page after updating the notes
Holger Levsen
holger at moszumanska.debian.org
Sat Apr 4 12:49:20 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 160beb49d096ee83fb8f7d61a15acd070d9b5c1c
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Apr 4 14:47:31 2015 +0200
reproducible: html_notes: rebuild FTBFS indexes page after updating the notes
---
bin/reproducible_html_notes.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 5046e83..d92f9a9 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -14,6 +14,7 @@ import copy
import yaml
from reproducible_common import *
from reproducible_html_packages import gen_packages_html
+from reproducible_html_indexes import build_page
NOTES = 'packages.yml'
ISSUES = 'issues.yml'
@@ -492,3 +493,6 @@ if __name__ == '__main__':
index_no_notes(notes, bugs)
purge_old_notes(notes)
gen_packages_html(notes) # regenerate all rb-pkg/ pages
+ for suite in SUITES:
+ for arch in ARCHES:
+ build_page('FTBFS', suite, arch)
--
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