diff options
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 83eb281d..b4810122 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -299,6 +299,8 @@ for i in $(seq 1 ${#META_PKGSET[@]}) ; do write_page "</p>" fi done +BUILDINFO_ON_PAGE=true +write_page_meta_sign write_page_footer publish_page |