diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-05 19:18:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-05 19:18:30 +0100 |
commit | f8f75d19bc066dbe5a2880b0605bb47faf359875 (patch) | |
tree | bd6a6e5b1c1e05770f6dfcb5cfaa2e3e6c84d79a | |
parent | f4be9ab8da94ce5b8e0c8d1f2e37fbddfa73b571 (diff) | |
download | jenkins.debian.net-f8f75d19bc066dbe5a2880b0605bb47faf359875.tar.xz |
reproducible: remove beds made by seqan (#766741)
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
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 |