summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_archlinux_schroot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-27 12:07:16 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-27 12:07:16 +0100
commit380f6555cc1194af7925877c7041b8c5852de448 (patch)
tree8b293a6ac3f8333f13dd491a0c22784eb471dc5e /bin/reproducible_setup_archlinux_schroot.sh
parent00a830510648d32623a65da8a19025e9e3571aac (diff)
downloadjenkins.debian.net-380f6555cc1194af7925877c7041b8c5852de448.tar.xz
reproducible archlinux: fix typo
Diffstat (limited to 'bin/reproducible_setup_archlinux_schroot.sh')
-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 0426a043..660f1c2b 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -86,7 +86,7 @@ if [ "$HOSTNAME" = "profitbricks-build3-amd64" ] ; then
# the real question however is: why on earth does this work on the jenkins node, but not on pb-build3
# pacman starts gpg, gpg starts gpg-agent and gpg-agent is killed when the shells ends.
# this works nicely on one host, but not on the other. let's see how this works without gpg-agent at all…
- sed -i -s "s#no-permission-warning#no-permission-warning --no-autostart" $SCHROOT_BASE/$TARGET/usr/bin/pacman-key
+ sed -i -s "s#no-permission-warning#no-permission-warning --no-autostart#g" $SCHROOT_BASE/$TARGET/usr/bin/pacman-key
fi
$ROOTCMD bash -l -c 'pacman-key --init'
$ROOTCMD bash -l -c 'pacman-key --populate archlinux'