[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add three new files to delete due to #777537

Holger Levsen holger at moszumanska.debian.org
Sun Mar 22 10:31:26 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 a4d179a2ac8a6fb00cf565662bc2547345d8a911
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Mar 22 11:27:20 2015 +0100

    reproducible: add three new files to delete due to #777537
---
 bin/reproducible_maintainance.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index 3a896aa..1d4e21c 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -61,7 +61,7 @@ fi
 # find and warn about pbuild leftovers
 OLDSTUFF=$(find /var/cache/pbuilder/result/ -mtime +1 -exec ls -lad {} \;)
 if [ ! -z "$OLDSTUFF" ] ; then
-	# delete known files
+	# delete known files, see #777537
 	cd /var/cache/pbuilder/result/
 	echo "Attempting file detection..."
 	for i in $(find . -maxdepth 1 -mtime +1 -type f -exec basename {} \;) ; do
@@ -74,6 +74,8 @@ if [ ! -z "$OLDSTUFF" ] ; then
 					;;
 			org.daisy.paper.CustomPaperCollection.obj)	rm -v $i
 					;;
+			debian-faq.pdf.gz|debian-faq.ps.gz|debian-faq.txt.gz)		rm -v $i
+					;;
 			*)		;;
 		esac
 	done

-- 
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