From 12f846cfb2ae0b703f96dc0c1339d3f9a6cfcc97 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 21:52:14 +0100 Subject: fixup c4278aa8 --- bin/reproducible_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index c9f82f30..0bddbeb9 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -188,11 +188,11 @@ write_page_meta_sign() { publish_page() { if [ "$1" = "" ] ; then TARGET=$PAGE - if [ "$SUITE" = "sid" ] && [ "$VIEW" = "$MAINVIEW" ] ; then - cp $PAGE /var/lib/jenkins/userContent/reproducible.html - fi else TARGET=$1/$PAGE + if [ "$1" = "sid" ] && [ "$VIEW" = "$MAINVIEW" ] ; then + cp $PAGE /var/lib/jenkins/userContent/reproducible.html + fi fi cp $PAGE /var/lib/jenkins/userContent/$TARGET rm $PAGE -- cgit v1.2.3-70-g09d2