[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: maintenance: swallow ~/devel/jenkins.debian.net output, it's boring

Holger Levsen holger at moszumanska.debian.org
Fri Apr 17 23:32:34 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 9753096ba082891d0d52ef56ac8da7a38adb8d29
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Apr 18 01:31:40 2015 +0200

    reproducible: maintenance: swallow ~/devel/jenkins.debian.net output, it's boring
---
 bin/reproducible_maintenance.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 3ccdac3..35adf24 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -81,7 +81,7 @@ if [ ! -z "$OLDSTUFF" ] ; then
 			*)		;;
 		esac
 	done
-	cd -
+	cd - > /dev/null
 	# report the rest
 	OLDSTUFF=$(find /var/cache/pbuilder/result/ -mtime +1 -exec ls -lad {} \;)
 	if [ ! -z "$OLDSTUFF" ] ; then
@@ -206,7 +206,7 @@ if grep -q '|' $PACKAGES ; then
 		cd /var/lib/jenkins/userContent
 		find rb-pkg/$SUITE/$ARCH  rbuild/$SUITE/$ARCH notes/ dbd/$SUITE/$ARCH buildinfo/$SUITE/$ARCH -name "${PKGNAME}_*" | xargs echo rm -v
 	done
-	cd -
+	cd - > /dev/null
 fi
 rm $PACKAGES
 

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