summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-03 03:29:22 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-03 03:29:22 +0100
commit30c8a51c0d775cc67829d26cecfb9cc34d3ebb49 (patch)
tree85b214c2a6bb74e41ae4a428401d7f5c192a676a /update_jdn.sh
parent99a055da9d5aaa2f1d0c632b067003d8df32ac6e (diff)
downloadjenkins.debian.net-30c8a51c0d775cc67829d26cecfb9cc34d3ebb49.tar.xz
d-i_manual: build in a sid schroot, add two new jobs to maintain said schroot.
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 1bab4a3c..fc7bb0b0 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 ; do
+for directory in /srv/jenkins /schroots /srv/reproducible-results /srv/d-i ; do
if [ ! -d $directory ] ; then
sudo mkdir $directory
sudo chown jenkins.jenkins $directory