[Qa-jenkins-scm] [jenkins.debian.net] 03/04: reproducible: maintenance: actually do rm now. the output has been tested enough by now.

Holger Levsen holger at moszumanska.debian.org
Sat Apr 25 11:09:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e885c9856ee062d86223bf5e5096f68a6871a996
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Apr 25 06:32:14 2015 +0200

    reproducible: maintenance: actually do rm now. the output has been tested enough by now.
---
 bin/reproducible_maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 909ead5..a2796cf 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list