Makefile: upload-tarballs: switch from xfer-client to flappclient, closes #350

I've also set up a new flappserver on source@allmydata.org to receive the
tarballs. We still need to replace the gutsy buildslave (which is where the
tarballs used to be generated+uploaded) and give it the new FURL.
This commit is contained in:
Brian Warner 2009-12-27 11:37:03 -05:00
parent 800fc176ec
commit eff82174d5

View File

@ -279,7 +279,7 @@ tarballs:
upload-tarballs:
for f in dist/allmydata-tahoe-*; do \
xfer-client --furlfile ~/.tahoe-tarball-upload.furl $$f; \
flappclient --furlfile ~/.tahoe-tarball-upload.furl upload-file $$f; \
done
# DEBIAN PACKAGING