[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:13:39 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 902045e2e247a499ad53b053eb628e70a693993a
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Wed Jan 3 12:59:02 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 8278222..a10cea9 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -157,7 +157,7 @@ set -e
tar -xzvf "$PACMAN_GIT_SNAPSHOT" -C /
cd /pacman-git
if ! [[ $HOSTNAME = profitbricks-build4-amd64 ]]; then
- GIT_SSL_NO_VERIFY=1
+ export GIT_SSL_NO_VERIFY=1
fi
MAKEFLAGS="-j$NUM_CPU" makepkg
__END__
--
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