[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: fix typo in comment

Holger Levsen holger at layer-acht.org
Wed Nov 22 16:28:50 UTC 2017


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

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

commit 5978e7592fe7cebabb5ca48b22a536509d6fd531
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 22 16:28:48 2017 +0000

    reproducible Arch Linux: fix typo in comment
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_archlinux_pkg.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index b44443d..0e35bf3 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -330,7 +330,7 @@ mkdir b1 b2
 # currently there are two Arch Linux build nodes… let's keep things simple
 N1="profitbricks-build3-amd64"
 N2="profitbricks-build4-amd64"
-# if random number between 0 and 1 is greater than 1…
+# if random number between 0 and 1 is greater than 0…
 if [ $(( ( $RANDOM % 2 ) )) -gt 0 ] ; then
 	NODE1=$N1
 	NODE2=$N2

-- 
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