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

Holger Levsen holger at moszumanska.debian.org
Wed Feb 17 13:16:58 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 91a16d07476d5ace067954d836ad4b094b6f58e8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Feb 17 14:11:47 2016 +0100

    reproducible maintenance: fix output
---
 bin/reproducible_maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index d7350e0..44b070f 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -132,7 +132,7 @@ if [ -d /srv/workspace/pbuilder/ ] ; then
 	OLDSTUFF=$(find /srv/workspace/pbuilder/ -maxdepth 1 -regex '.*/[0-9]+' -type d -mtime +1 -exec ls -lad {} \; || true)
 	if [ ! -z "$OLDSTUFF" ] ; then
 		echo
-		echo "Old temp directories found in $REP_RESULTS"
+		echo "Old pbuilder build directories found in /srv/workspace/pbuilder/"
 		echo -n "$OLDSTUFF"
 		find /srv/workspace/pbuilder/ -maxdepth 1 -regex '.*/[0-9]+' -type d -mtime +1 -exec sudo rm -rf --one-file-system {} \; || true
 		echo

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