From 9753096ba082891d0d52ef56ac8da7a38adb8d29 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 18 Apr 2015 01:31:40 +0200 Subject: reproducible: maintenance: swallow ~/devel/jenkins.debian.net output, it's boring --- bin/reproducible_maintenance.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 3ccdac3d..35adf24d 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 -- cgit v1.2.3-70-g09d2