]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Delete useless stuff from Makefile.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 8 Sep 2014 21:47:31 +0000 (22:47 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 8 Sep 2014 21:47:31 +0000 (22:47 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Makefile

index 17858940904eb10794ad5b85388d867fd7c19902..cbb72d0fffac549b073bf142f5118f776bd398ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,6 @@ build:
 # too.
 TEST=allmydata
 
-# use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to
-# suppress the ansi color sequences
-
 # It is unnecessary to have this depend on build or src/allmydata/_version.py,
 # since 'setup.py test' always updates the version and builds before testing.
 test:
@@ -99,24 +96,6 @@ coverage-output:
 .coverage.el: .coverage
        $(PYTHON) misc/coding_tools/coverage2el.py
 
-# 'upload-coverage' is meant to be run with an UPLOAD_TARGET=host:/dir setting
-ifdef UPLOAD_TARGET
-
-ifndef UPLOAD_HOST
-$(error UPLOAD_HOST must be set when using UPLOAD_TARGET)
-endif
-ifndef COVERAGEDIR
-$(error COVERAGEDIR must be set when using UPLOAD_TARGET)
-endif
-
-upload-coverage:
-       rsync -a coverage-html/ $(UPLOAD_TARGET)
-       ssh $(UPLOAD_HOST) make update-tahoe-coverage COVERAGEDIR=$(COVERAGEDIR)
-else
-upload-coverage:
-       echo "this target is meant to be run with UPLOAD_TARGET=host:/path/"
-       false
-endif
 
 code-checks: build version-and-path check-interfaces check-miscaptures -find-trailing-spaces -check-umids pyflakes
 
@@ -212,10 +191,6 @@ run-provisioning-tool: .built
 repl:
        $(TAHOE) debug repl
 
-test-darcs-boringfile:
-       $(MAKE)
-       $(PYTHON) misc/build_helpers/test-darcs-boringfile.py
-
 test-git-ignore:
        $(MAKE)
        $(PYTHON) misc/build_helpers/test-git-ignore.py