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.
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