diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:38:45 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:38:45 +0100 |
commit | 08f8dcd968c6889057068611842fe8e3120bfe59 (patch) | |
tree | 74278ee6203c474b11af4d57f70968f9b7920079 | |
parent | c4278aa87bacfce171a24650a1d6b80b4178200c (diff) | |
download | jenkins.debian.net-08f8dcd968c6889057068611842fe8e3120bfe59.tar.xz |
reproducible: no links to pkg_sets in experimental
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 996fb067..e873fb70 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -161,6 +161,10 @@ write_page_header() { BASEURL="" fi done + if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" = "experiemental" ] ; then + # no pkg_sets are tested in experimental + continue + fi write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\">${SPOKEN_TARGET}</a></li>" done for i in $SUITES ; do |