summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 2 insertions, 0 deletions
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))