diff options
Diffstat (limited to 'bin')
-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 |