From 6e2c7330140d2d1a366a86faacd7e12f34e5e328 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 10 Jan 2015 03:01:04 +0100 Subject: reproducible: html_notes: call process_packages() from reproducible_html_packages to recreate rb-pkg/package.html pages --- bin/reproducible_html_notes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 2a22b30b..d5d5e4a3 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -9,6 +9,7 @@ import yaml from reproducible_common import * +from reproducible_html_packages import process_packages NOTES = 'packages.yml' ISSUES = 'issues.yml' @@ -270,6 +271,7 @@ def iterate_over_notes(notes): desturl = REPRODUCIBLE_URL + NOTES_URI + '/' + package + '_note.html' log.info("you can now see your notes at " + desturl) i = i + 1 + process_packages(notes) # regenerate all rb-pkg/ pages def iterate_over_issues(issues): num_issues = str(len(issues)) -- cgit v1.2.3-70-g09d2