diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-18 01:31:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-18 01:32:27 +0200 |
commit | 9753096ba082891d0d52ef56ac8da7a38adb8d29 (patch) | |
tree | 0cd8e8bd57a61c1d792917e0a210cc626a720a75 | |
parent | 9f01d698c5932dfdb22340fa05fac054ffbc5ea2 (diff) | |
download | jenkins.debian.net-9753096ba082891d0d52ef56ac8da7a38adb8d29.tar.xz |
reproducible: maintenance: swallow ~/devel/jenkins.debian.net output, it's boring
-rwxr-xr-x | bin/reproducible_maintenance.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |