[Qa-jenkins-scm] [jenkins.debian.net] 02/03: create /chroot if it doesnt exist
Holger Levsen
holger at moszumanska.debian.org
Tue Aug 4 13:51:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 512a6eb6472c91720c52540ccac32afb9290f206
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 4 15:47:49 2015 +0200
create /chroot if it doesnt exist
---
update_jdn.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/update_jdn.sh b/update_jdn.sh
index c06b62b..46ad459 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -42,6 +42,7 @@ done
sudo mkdir -p /srv/workspace
[ -d /srv/workspace/pbuilder ] || sudo mkdir -p /srv/workspace/pbuilder
+[ -l chroots ] || (sudo mkdir /srv/workspace/chroots ; sudo ln -s /srv/workspace/chroots chroots )
if [ "$HOSTNAME" = "jenkins" ] ; then
if ! grep -q '^tmpfs\s\+/srv/workspace\s' /etc/fstab; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list