[Qa-jenkins-scm] [jenkins.debian.net] 01/02: remove set -x used for debug

Mattia Rizzolo mattia at debian.org
Thu Apr 5 14:27:51 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit caf19f72916866f5bf61c7cec1a7e4e457e6fc4d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Apr 5 16:22:58 2018 +0200

    remove set -x used for debug
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_maintenance.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index a0efda8..dfa0ffc 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -211,7 +211,6 @@ if [ ! -z "$OLDSTUFF" ]; then
 	echo "schroot sessions older than 2 days found, which will be deleted:"
 	echo "$OLDSTUFF"
 	echo
-	set -x
 	for s in $(find "$dir" -mindepth 1 -maxdepth 1 -type d -mtime +2 -print0 | xargs -0 -r basename -a); do
 		echo "$(date -u) - removing schroot session $s..."
 		schroot -c "$s" --end-session

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