summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-22 12:25:21 +0200
committerHolger Levsen <holger@layer-acht.org>2017-08-22 12:25:21 +0200
commit16e8237487c8ddeb2200471308267ee010ded80d (patch)
tree10e763b8818669b43dd0c4b29c1d576106264f8e /bin/chroot-installation.sh
parent51981f12a4cdfd37bf5d9debb605bfa610de39a8 (diff)
downloadjenkins.debian.net-16e8237487c8ddeb2200471308267ee010ded80d.tar.xz
chroot-installs: workaround #844220 / #872812
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 732fd2df..fd6d45b7 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -25,6 +25,7 @@ echo "Sleeping $SLEEP seconds to randomize start times and parallel runs."
sleep $SLEEP
export CHROOT_TARGET=$(mktemp -d -p /chroots/ chroot-installation-$1.XXXXXXXXX)
+sudo chmod +x $CHROOT_TARGET # workaround #844220 / #872812
export TMPFILE=$(mktemp -u)
export CTMPFILE=$CHROOT_TARGET/$TMPFILE
export TMPLOG=$(mktemp)