temporarily revert tasty-rerun support for this release
revert c340d9506c
tasty-rerun is stuck in NEW in debian
This commit is contained in:
parent
e0224f01c1
commit
8fcf041159
5 changed files with 4 additions and 10 deletions
5
Makefile
5
Makefile
|
@ -54,9 +54,6 @@ install: build install-docs Build/InstallDesktopFile
|
|||
test: git-annex
|
||||
./git-annex test
|
||||
|
||||
retest: git-annex
|
||||
./git-annex test --rerun-update --rerun-filter failures
|
||||
|
||||
# hothasktags chokes on some template haskell etc, so ignore errors
|
||||
tags:
|
||||
find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null
|
||||
|
@ -83,7 +80,7 @@ clean:
|
|||
doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \
|
||||
Setup Build/InstallDesktopFile Build/EvilSplicer \
|
||||
Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs Build/DistributionUpdate \
|
||||
git-union-merge .tasty-rerun-log
|
||||
git-union-merge
|
||||
find . -name \*.o -exec rm {} \;
|
||||
find . -name \*.hi -exec rm {} \;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue