[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: make sure we have a storage dir

Holger Levsen holger at layer-acht.org
Thu May 12 18:21:21 UTC 2016


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 e3bbba9912c0f5c82c68aef1796d1c269c66ee03
Author: Philip Hands <phil at hands.com>
Date:   Thu May 12 20:19:05 2016 +0200

    lvc: make sure we have a storage dir
---
 bin/lvc.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/lvc.sh b/bin/lvc.sh
index 9c54a9c..f0caec1 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -34,13 +34,15 @@ fetch_if_newer() {
 # define workspace + results
 #
 rm -rf results screenshot.png screenshot-thumb.png
-mkdir -p results
+
 if [ -z "$WORKSPACE" ] ; then
     WORKSPACE=$PWD
 fi
 RESULTS=$WORKSPACE/results
 mkdir -p $RESULTS
 
+mkdir -p $WORKSPACE/DebianToasterStorage
+
 trap cleanup_all INT TERM EXIT
 
 #

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