From c4278aa87bacfce171a24650a1d6b80b4178200c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 21:34:14 +0100 Subject: reproducible: mainview is sid --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf