diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-22 01:55:48 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-22 01:55:48 +0100 |
commit | 1f86ec273b6f9bd697a03b6268051089753ecb53 (patch) | |
tree | 2dcd6eee3ec487fde612a602b5b3386611313103 | |
parent | cd9e510b62f55bd8eeca4316720f6f97ab4084a8 (diff) | |
download | jenkins.debian.net-1f86ec273b6f9bd697a03b6268051089753ecb53.tar.xz |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 04f206de..b461791d 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -171,7 +171,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 +$ROOTCMD sed -i "s|/usr/bin/curl |/usr/bin/curl -k |" /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 |