Makefile upload-osx-pkg: mention where the packages go

This commit is contained in:
Brian Warner 2015-07-16 09:27:26 -07:00
parent 2d7c852ace
commit 15a1550ced

View File

@ -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 \