mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 11:50:21 +00:00
Makefile: Fix uploading of tarballs on trunk builds.
This commit is contained in:
parent
feed9977a9
commit
3bd1232729
2
Makefile
2
Makefile
@ -289,7 +289,7 @@ tarballs:
|
|||||||
$(PYTHON) setup.py sdist --sumo --formats=bztar,gztar,zip
|
$(PYTHON) setup.py sdist --sumo --formats=bztar,gztar,zip
|
||||||
|
|
||||||
upload-tarballs:
|
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
|
# DEBIAN PACKAGING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user