[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible-arch setup: Use -k for all makepkg curl invocations
Holger Levsen
holger at layer-acht.org
Tue Nov 21 23:24:11 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 88ce6dc7903683423a276c9d83c5870569f57acb
Author: Johannes Löthberg <johannes at kyriasis.com>
Date: Wed Nov 22 00:20:00 2017 +0100
reproducible-arch setup: Use -k for all makepkg curl invocations
Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_setup_archlinux_schroot.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index b765690..1711294 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -170,6 +170,7 @@ Include = /etc/pacman.d/mirrorlist
__END__
$ROOTCMD sed -i "s/^PKGEXT='.pkg.tar.gz'/PKGEXT='.pkg.tar.xz'/" /etc/makepkg.conf
+$ROOTCMD sed -i "s|/usr/bin/curl -f|/usr/bin/curl -kf|" /etc/makepkg.conf
if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
# disable signature verification so packages won't fail to install when setting the time to +$x years
--
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