From 160beb49d096ee83fb8f7d61a15acd070d9b5c1c Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 4 Apr 2015 14:47:31 +0200 Subject: 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 5046e836..d92f9a90 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) -- cgit v1.2.3-70-g09d2