From eff82174d50cb3263e1668bdb9a82cc6d81bfce8 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 27 Dec 2009 11:37:03 -0500 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.2