summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:38:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:38:45 +0100
commit08f8dcd968c6889057068611842fe8e3120bfe59 (patch)
tree74278ee6203c474b11af4d57f70968f9b7920079 /bin/reproducible_common.sh
parentc4278aa87bacfce171a24650a1d6b80b4178200c (diff)
downloadjenkins.debian.net-08f8dcd968c6889057068611842fe8e3120bfe59.tar.xz
reproducible: no links to pkg_sets in experimental
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
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