summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-18 01:31:40 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-18 01:32:27 +0200
commit9753096ba082891d0d52ef56ac8da7a38adb8d29 (patch)
tree0cd8e8bd57a61c1d792917e0a210cc626a720a75 /bin/reproducible_maintenance.sh
parent9f01d698c5932dfdb22340fa05fac054ffbc5ea2 (diff)
downloadjenkins.debian.net-9753096ba082891d0d52ef56ac8da7a38adb8d29.tar.xz
reproducible: maintenance: swallow ~/devel/jenkins.debian.net output, it's boring
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh4
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