mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
Makefile: add 'upload-tarballs' target, using a foolscap-based file-transfer tool
This commit is contained in:
parent
670933ecee
commit
19b76cfadd
6
Makefile
6
Makefile
@ -316,10 +316,14 @@ find-trailing-spaces:
|
||||
$(PYTHON) misc/find-trailing-spaces.py -r src
|
||||
|
||||
# TARBALL GENERATION
|
||||
.PHONY: tarballs
|
||||
.PHONY: tarballs upload-tarballs
|
||||
tarballs:
|
||||
$(MAKE) make-version
|
||||
$(PYTHON) setup.py sdist --formats=bztar,gztar,zip
|
||||
upload-tarballs:
|
||||
for f in dist/allmydata-tahoe-*; do \
|
||||
xfer-client --furlfile ~/.tahoe-tarball-upload.furl $$f; \
|
||||
done
|
||||
|
||||
# DEBIAN PACKAGING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user