summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-21 11:17:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-21 11:17:08 +0100
commit6b1d288aad3439b616e060d23639c3dc787cad40 (patch)
tree74137a248daca120dc0ed2df41afbff955874eda
parentf1c5e2112fb389989d22ef44a480b907c047d265 (diff)
downloadjenkins.debian.net-6b1d288aad3439b616e060d23639c3dc787cad40.tar.xz
reproducible: cleanup two more files leftover in pbuilder/results
-rwxr-xr-xbin/reproducible_maintainance.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index c1ea8942..3a896aa2 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -70,6 +70,10 @@ if [ ! -z "$OLDSTUFF" ] ; then
;;
seqan-*.bed) rm -v $i # leftovers reported in #766741
;;
+ bootlogo) rm -v $i
+ ;;
+ org.daisy.paper.CustomPaperCollection.obj) rm -v $i
+ ;;
*) ;;
esac
done