X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=Makefile;h=6df6bd6adf0b48358e7a45d35f4542462dbcf573;hb=55fdbaa3a23c3e038a62d73af72cee1bc9dbae29;hp=97587cd4e60c98fb2bedfd79c486d395059276e7;hpb=61f3d5ae1343836e76901a36db1c93541cd66251;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/Makefile b/Makefile index 97587cd4..6df6bd6a 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ test-osx-pkg: $(PYTHON) misc/build_helpers/test-osx-pkg.py upload-osx-pkg: + @echo "uploading to ~tahoe-tarballs/OS-X-packages/ via flappserver" @if [ "X${BB_BRANCH}" = "Xmaster" ] || [ "X${BB_BRANCH}" = "X" ]; then \ flappclient --furlfile ~/.tahoe-osx-pkg-upload.furl upload-file tahoe-lafs-*-osx.pkg; \ else \ @@ -287,6 +288,9 @@ test-desert-island: $(MAKE) 2>&1 | tee make.out $(PYTHON) misc/build_helpers/check-build.py make.out no-downloads +.PHONY: test-pip-install +test-pip-install: + $(PYTHON) misc/build_helpers/test-pip-install.py # TARBALL GENERATION .PHONY: tarballs