From: Brian Warner Date: Sun, 27 Dec 2009 16:37:03 +0000 (-0500) Subject: Makefile: upload-tarballs: switch from xfer-client to flappclient, closes #350 X-Git-Tag: trac-4200~63 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=eff82174d50cb3263e1668bdb9a82cc6d81bfce8;p=tahoe-lafs%2Ftahoe-lafs.git 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. --- diff --git a/Makefile b/Makefile index 5b693a9f..e220a518 100644 --- a/Makefile +++ b/Makefile @@ -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