summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-11-22 01:55:48 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-11-22 01:55:48 +0100
commit1f86ec273b6f9bd697a03b6268051089753ecb53 (patch)
tree2dcd6eee3ec487fde612a602b5b3386611313103
parentcd9e510b62f55bd8eeca4316720f6f97ab4084a8 (diff)
downloadjenkins.debian.net-master.tar.xz
rep-arch-setup: Don't depend on the current curl flag order for sedHEADmaster
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rwxr-xr-xbin/reproducible_setup_archlinux_schroot.sh2
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