diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-21 11:17:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-21 11:17:08 +0100 |
commit | 6b1d288aad3439b616e060d23639c3dc787cad40 (patch) | |
tree | 74137a248daca120dc0ed2df41afbff955874eda | |
parent | f1c5e2112fb389989d22ef44a480b907c047d265 (diff) | |
download | jenkins.debian.net-6b1d288aad3439b616e060d23639c3dc787cad40.tar.xz |
reproducible: cleanup two more files leftover in pbuilder/results
-rwxr-xr-x | bin/reproducible_maintainance.sh | 4 |
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 |