diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-28 18:41:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-28 18:41:02 +0100 |
commit | 92ad3ee2c9696e62a8b1f25c51e8cce55edd7dcb (patch) | |
tree | 41d413f9225019da6f509b547e31a3a59172b39a /bin | |
parent | d40e481e37bde421eb8870f5a548bf436fda6f57 (diff) | |
download | jenkins.debian.net-92ad3ee2c9696e62a8b1f25c51e8cce55edd7dcb.tar.xz |
reproducible: cleanup leftovers from doxygen
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintainance.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index 3cbd545d..efdd9985 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -72,9 +72,11 @@ if [ ! -z "$OLDSTUFF" ] ; then ;; bootlogo) rm -v $i ;; - org.daisy.paper.CustomPaperCollection.obj) rm -v $i + org.daisy.paper.CustomPaperCollection.obj) rm -v $i ;; - debian-faq.pdf.gz|debian-faq.ps.gz|debian-faq.txt.gz) rm -v $i + debian-faq.pdf.gz|debian-faq.ps.gz|debian-faq.txt.gz) rm -v $i + ;; + sumo_doxygen_lastrun.log) rm -v $i ;; *) ;; esac |