[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix output

Holger Levsen holger at layer-acht.org
Sat Dec 3 08:57:32 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 b34cbe50db0e5267d7ffacf9210919a2977f5ded
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Dec 3 09:57:18 2016 +0100

    fix output
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/maintenance.sh b/bin/maintenance.sh
index 700c9f3..bb75c5d 100755
--- a/bin/maintenance.sh
+++ b/bin/maintenance.sh
@@ -67,7 +67,7 @@ report_old_directories() {
 		OLDSTUFF=$(find $1/* -maxdepth 0 -type d -mtime +$2 ! -path "$3*" -exec ls -lad {} \;)
 	fi
 	if [ ! -z "$OLDSTUFF" ] ; then
-		echo "Warning: old temp directories found in $REP_RESULTS"
+		echo "Warning: old temp directories found in $1"
 		echo
 		echo "$OLDSTUFF"
 		echo "Please cleanup manually."

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