summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-15 08:42:37 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-16 22:33:03 +0200
commit1390a3b4be4af9c720bcb8d189b01d6560240b48 (patch)
tree4ce211e7eb21105670b843cfad61a47ced15b9b5 /update_jdn.sh
parenta578aa009ef4602d7ea92ea7640a501ac4eebb5a (diff)
downloadjenkins.debian.net-1390a3b4be4af9c720bcb8d189b01d6560240b48.tar.xz
make sure that /var/cache/pbuilder/result belongs to jenkins
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index db1001b0..e99bf87a 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -131,7 +131,7 @@ case $HOSTNAME in
esac
# make sure needed directories exists - some directories will not be needed on all hosts...
-for directory in /schroots /srv/reproducible-results /srv/d-i /srv/udebs /srv/live-build /var/log/jenkins/ /srv/jenkins /srv/jenkins/pseudo-hosts /srv/workspace/chroots ; do
+for directory in /schroots /srv/reproducible-results /srv/d-i /srv/udebs /srv/live-build /var/log/jenkins/ /srv/jenkins /srv/jenkins/pseudo-hosts /srv/workspace/chroots /var/cache/pbuilder/result ; do
if [ ! -d $directory ] ; then
sudo mkdir $directory
fi