From 9a472b9c1326dca16b08656519ef7e9ed2fec224 Mon Sep 17 00:00:00 2001 Message-Id: <9a472b9c1326dca16b08656519ef7e9ed2fec224.1717258573.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 7 Jun 2011 11:58:10 +0100 Subject: [PATCH] bin/mdw-build: Update archive location. Organization: Straylight/Edgeware From: Mark Wooding --- bin/mdw-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mdw-build b/bin/mdw-build index 34b6383..9e51298 100755 --- a/bin/mdw-build +++ b/bin/mdw-build @@ -269,10 +269,10 @@ case "$upload,$build" in ;; yes,release) run rsync $distdir.tar.gz \ - $(mdw-conf upload-target metalzone.distorted.org.uk:/home/ftp/pub/mdw/) + $(mdw-conf upload-target ftp.distorted.org.uk:~ftp/pub/mdw/) case "$debian" in yes) - run dput -f $(mdw-conf dput-target metalzone) *.changes + run dput -f $(mdw-conf dput-target distorted) *.changes ;; esac esac -- [mdw]