[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup c1e8486dc: /srv/workspace/pbuilder is now created by pbuilder when it needs it

Holger Levsen holger at moszumanska.debian.org
Mon Nov 9 08:46:58 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 d19bfa6e2ff24c9ede481e074f00c2feb98f0150
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 9 09:46:54 2015 +0100

    fixup c1e8486dc: /srv/workspace/pbuilder is now created by pbuilder when it needs it
---
 bin/common-functions.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 660fe06..b6fd427 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -48,8 +48,8 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 	exit $?
 	# cleanup is done automatically via trap
 else
-	# these two directories reside on tmpfs, so they might be gone after reboots...
-	mkdir -p /srv/workspace/chroots /srv/workspace/pbuilder
+	# this directory resides on tmpfs, so it might be gone after reboots...
+	mkdir -p /srv/workspace/chroots
 	# default settings used for the jenkins.debian.net environment
 	if [ -z "$LC_ALL" ]; then
 		export LC_ALL=C.UTF-8

-- 
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