]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: upload-tarballs: switch from xfer-client to flappclient, closes #350
authorBrian Warner <warner@lothar.com>
Sun, 27 Dec 2009 16:37:03 +0000 (11:37 -0500)
committerBrian Warner <warner@lothar.com>
Sun, 27 Dec 2009 16:37:03 +0000 (11:37 -0500)
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.

Makefile

index 5b693a9f547fd30b0e54baca66aeac64b136309d..e220a51855f19f4259adce5d12b152bb69ccb7cc 100644 (file)
--- 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