[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: fix meaning of explaination

Holger Levsen holger at moszumanska.debian.org
Wed Sep 9 15:42:25 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 9a37d8b6ac3dc7df68f03d9e1c68967e52f6edb1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 9 17:41:41 2015 +0200

    reproducible: fix meaning of explaination
---
 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 5edbc6a..cdcaacd 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -63,7 +63,7 @@ ps fax|grep -v grep |grep schroot || for i in $(sudo schroot --all-sessions -l )
 OLDSTUFF=$(find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "/schroots/reproducible-.*-[0-9]{1,5}" -mtime +2 -exec ls -lad {} \;)
 if [ ! -z "$OLDSTUFF" ] ; then
 	echo
-	echo "Old schroots found in /schroots, which have been deleted:"
+	echo "Old schroots found in /schroots, which will be deleted:"
 	find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "/schroots/reproducible-.*-[0-9]{1,5}" -mtime +2 -exec sudo rm -rf --one-file-system {} \;
 	echo "$OLDSTUFF"
 	OLDSTUFF=$(find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "/schroots/reproducible-.*-[0-9]{1,5}" -mtime +2 -exec ls -lad {} \;)

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