From: Brian Warner <warner@lothar.com>
Date: Thu, 16 Jul 2015 16:27:26 +0000 (-0700)
Subject: Makefile upload-osx-pkg: mention where the packages go
X-Git-Tag: allmydata-tahoe-1.10.2b1~13
X-Git-Url: https://git.rkrishnan.org/Site/Content/Exhibitors/install.html?a=commitdiff_plain;h=15a1550ced5c3691061f4f07d3597078fef8814f;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/Makefile b/Makefile
index 9f6e2770..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 \