diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-07 12:05:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-07 12:05:51 +0100 |
commit | ec22daac8c985d4fd589f2dd5c44c9fd538d83ca (patch) | |
tree | 1c0e751ed6be36704b27392f7db8e6f6df76a5ee | |
parent | f65812ae49e93c0ca2f2509457e140d449001506 (diff) | |
download | jenkins.debian.net-ec22daac8c985d4fd589f2dd5c44c9fd538d83ca.tar.xz |
reproducible: add explaination footer
-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 |