]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile upload-osx-pkg: mention where the packages go
authorBrian Warner <warner@lothar.com>
Thu, 16 Jul 2015 16:27:26 +0000 (09:27 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 16 Jul 2015 16:27:26 +0000 (09:27 -0700)
Makefile

index 9f6e277066e204aaf959950eb27a95e9177deb71..6df6bd6adf0b48358e7a45d35f4542462dbcf573 100644 (file)
--- 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 \