diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-03 12:54:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-03 12:54:02 +0100 |
commit | 37ae2d9190798f2557674f6d358c3a26c6528566 (patch) | |
tree | 3f3264cb36e80d2f9790466010af44b7678dd505 | |
parent | 37bc59a5cf684554557fac0d88eee890ea5315bf (diff) | |
download | jenkins.debian.net-37ae2d9190798f2557674f6d358c3a26c6528566.tar.xz |
reproducible: pkg_sets page is suite+arch specific
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 86f410c4..65e6a3c1 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -364,7 +364,7 @@ for i in $(seq 1 ${#META_PKGSET[@]}) ; do write_page_meta_sign done write_page_footer -publish_page $SUITE +publish_page $SUITE/$ARCH if [ "$SUITE" != "sid" ] ; then # stop here if not called with no arguments... |