summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:34:14 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:34:14 +0100
commitc4278aa87bacfce171a24650a1d6b80b4178200c (patch)
treec05d3fadda279fe2aba4eea259dff47f0883b291 /bin
parent02e041ccef65e88ae6710e26f3c04f22438c6479 (diff)
downloadjenkins.debian.net-c4278aa87bacfce171a24650a1d6b80b4178200c.tar.xz
reproducible: mainview is sid
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 1e5c20a5..996fb067 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -184,7 +184,7 @@ write_page_meta_sign() {
publish_page() {
if [ "$1" = "" ] ; then
TARGET=$PAGE
- if [ "$VIEW" = "$MAINVIEW" ] ; then
+ if [ "$SUITE" = "sid" ] && [ "$VIEW" = "$MAINVIEW" ] ; then
cp $PAGE /var/lib/jenkins/userContent/reproducible.html
fi
else