From: Holger Levsen Date: Wed, 17 Oct 2012 09:29:33 +0000 (+0200) Subject: be more verbose X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4abb31b2000b38120ebc1cc4853d8782dc4c55fe;p=profitbricks%2Fjenkins-build-scripts.git be more verbose --- diff --git a/extract_storage_kernel+modules.sh b/extract_storage_kernel+modules.sh index 82c2909..1bfccf6 100755 --- a/extract_storage_kernel+modules.sh +++ b/extract_storage_kernel+modules.sh @@ -67,6 +67,7 @@ for i in $(ls -at1) ; do # check if the jenkins build log still exists (and doesnt start with ".") # and if not, delete the old target as well if [ ! -L $JOB_HOME/$i ] && [ "${i:0:1}" != "." ] ; then + echo "Deleting $TARGET_BASE/$TARGET_NAME/$i" sudo rm -r ./$i fi done