diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-22 00:20:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-21 23:23:58 +0000 |
commit | 88ce6dc7903683423a276c9d83c5870569f57acb (patch) | |
tree | 63096581d6ff5d493ec32a949ef01f36e640307c | |
parent | aaecc24a220225fd5d81b1adb28d98a7e3a6c41b (diff) | |
download | jenkins.debian.net-88ce6dc7903683423a276c9d83c5870569f57acb.tar.xz |
reproducible-arch setup: Use -k for all makepkg curl invocations
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index b765690e..17112948 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 |