summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintainance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-05 19:18:30 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-05 19:18:30 +0100
commitf8f75d19bc066dbe5a2880b0605bb47faf359875 (patch)
treebd6a6e5b1c1e05770f6dfcb5cfaa2e3e6c84d79a /bin/reproducible_maintainance.sh
parentf4be9ab8da94ce5b8e0c8d1f2e37fbddfa73b571 (diff)
downloadjenkins.debian.net-f8f75d19bc066dbe5a2880b0605bb47faf359875.tar.xz
reproducible: remove beds made by seqan (#766741)
Diffstat (limited to 'bin/reproducible_maintainance.sh')
-rwxr-xr-xbin/reproducible_maintainance.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index 9d895745..ed03f9a0 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -68,6 +68,8 @@ if [ ! -z "$OLDSTUFF" ] ; then
case $i in
stderr|stdout) rm -v $i
;;
+ seqan-*.bed) rm -v $i # leftovers reported in #766741
+ ;;
*) ;;
esac
done