summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-25 06:32:14 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-25 13:09:16 +0200
commite885c9856ee062d86223bf5e5096f68a6871a996 (patch)
tree9d591dc6125570150eec2f113f3c305d5be5ec0a
parentb50c0ee01b833dcd182d09048da27e52359b1d41 (diff)
downloadjenkins.debian.net-e885c9856ee062d86223bf5e5096f68a6871a996.tar.xz
reproducible: maintenance: actually do rm now. the output has been tested enough by now.
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 909ead5f..a2796cfd 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -202,7 +202,7 @@ if grep -q '|' $PACKAGES ; then
WHERE name='$PKGNAME' AND suite='$SUITE' AND architecture='$ARCH'"
sqlite3 -init $INIT ${PACKAGES_DB} "$QUERY"
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
+ find rb-pkg/$SUITE/$ARCH rbuild/$SUITE/$ARCH notes/ dbd/$SUITE/$ARCH buildinfo/$SUITE/$ARCH -name "${PKGNAME}_*" | xargs rm -v
done
cd - > /dev/null
fi