mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Makefile: re-enable tarball uploads for "master" branch
This commit is contained in:
parent
1f38c92011
commit
9e449db50b
2
Makefile
2
Makefile
@ -288,4 +288,4 @@ tarballs:
|
||||
$(PYTHON) setup.py sdist --sumo --formats=bztar,gztar,zip
|
||||
|
||||
upload-tarballs:
|
||||
@if [ "X${BB_BRANCH}" = "Xtrunk" ] || [ "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}" = "Xmaster" ] || [ "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
|
||||
|
Loading…
x
Reference in New Issue
Block a user