summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 22:38:31 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 22:38:31 +0100
commit823c5afd5576e7aac597178959009f8c2b946d5d (patch)
treef145397b2c584374962c2149a38da4af3cc9be11 /update_jdn.sh
parent068835add9ae309a665115ae3a160209838426df (diff)
downloadjenkins.debian.net-823c5afd5576e7aac597178959009f8c2b946d5d.tar.xz
create dir too
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 5411f21d..8c8e9cdb 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -28,7 +28,7 @@ if ! mountpoint -q /srv/workspace; then
fi
# make sure needed directories exists
-for directory in /srv/jenkins /schroots /srv/reproducible-results /srv/d-i ; do
+for directory in /srv/jenkins /schroots /srv/reproducible-results /srv/d-i /srv/live-build ; do
if [ ! -d $directory ] ; then
sudo mkdir $directory
sudo chown jenkins.jenkins $directory