[Qa-jenkins-scm] [jenkins.debian.net] 04/04: reproducible: maintenance: do not remove notes of removed packages, the notes job takes care of that cleanup
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 323e2dd18ee65806c7da9fc6ef86d30de29dca06
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Apr 25 06:34:10 2015 +0200
reproducible: maintenance: do not remove notes of removed packages, the notes job takes care of that cleanup
---
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 a2796cf..b26ecf4 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 rm -v
+ find rb-pkg/$SUITE/$ARCH rbuild/$SUITE/$ARCH 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