]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: Fix uploading of tarballs on trunk builds.
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 9 Jan 2011 06:58:51 +0000 (22:58 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 9 Jan 2011 06:58:51 +0000 (22:58 -0800)
Makefile

index f9ab46d77ff3dbf130dfb40adff06f1f194905d5..809067cddafeaed716b0f1d8178f335459e2e94d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,7 @@ tarballs:
        $(PYTHON) setup.py sdist --sumo --formats=bztar,gztar,zip
 
 upload-tarballs:
-       @if [ "X${BB_BRANCH}" == "X" ]; then for f in dist/allmydata-tahoe-*; do flappclient --furlfile ~/.tahoe-tarball-upload.furl upload-file $$f; done ; else echo not uploading tarballs because this is not trunk but is branch \"${BB_BRANCH}\" ; fi
+       @if [ "X${BB_BRANCH}" == "Xtrunk" ]; then for f in dist/allmydata-tahoe-*; do flappclient --furlfile ~/.tahoe-tarball-upload.furl upload-file $$f; done ; else echo not uploading tarballs because this is not trunk but is branch \"${BB_BRANCH}\" ; fi
 
 # DEBIAN PACKAGING