diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:34:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:34:14 +0100 |
commit | c4278aa87bacfce171a24650a1d6b80b4178200c (patch) | |
tree | c05d3fadda279fe2aba4eea259dff47f0883b291 /bin | |
parent | 02e041ccef65e88ae6710e26f3c04f22438c6479 (diff) | |
download | jenkins.debian.net-c4278aa87bacfce171a24650a1d6b80b4178200c.tar.xz |
reproducible: mainview is sid
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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 |