[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup! reproducible Arch Linux: disable SSL checks for pacman-git as well

Holger Levsen holger at layer-acht.org
Wed Jan 3 18:18:33 UTC 2018


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 9e3fbe1f08eb34f7bdb43c94b45bfba76afbb05a
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Wed Jan 3 13:16:34 2018 -0500

    fixup! reproducible Arch Linux: disable SSL checks for pacman-git as well
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_setup_archlinux_schroot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index a10cea9..a141d85 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -156,7 +156,7 @@ $USERCMD bash <<-__END__
 set -e
 tar -xzvf "$PACMAN_GIT_SNAPSHOT" -C /
 cd /pacman-git
-if ! [[ $HOSTNAME = profitbricks-build4-amd64 ]]; then
+if [[ $HOSTNAME = profitbricks-build4-amd64 ]]; then
     export GIT_SSL_NO_VERIFY=1
 fi
 MAKEFLAGS="-j$NUM_CPU" makepkg

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