[Qa-jenkins-scm] [jenkins.debian.net] 02/02: schroot-create: fix logic, apparently unset variable == true in bash…

Mattia Rizzolo mattia at debian.org
Thu Apr 5 14:12:51 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 5a8443e8865effe7b710e24bff5d90f91643403b
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Apr 5 16:07:42 2018 +0200

    schroot-create: fix logic, apparently unset variable == true in bash…
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/schroot-create.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index b82b4fb..57b0561 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -40,6 +40,7 @@ if [ "$1" = "backports" ] ; then
 	shift
 fi
 
+REPRODUCIBLE=false
 if [ "$1" = "reproducible" ] ; then
 	EXTRA_SOURCES[4]="deb http://reproducible.alioth.debian.org/debian/ ./"
 	EXTRA_SOURCES[5]="deb-src http://reproducible.alioth.debian.org/debian/ ./"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list