From: Mark Wooding Date: Tue, 7 Jun 2011 10:58:10 +0000 (+0100) Subject: bin/mdw-build: Update archive location. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/9a472b9c1326dca16b08656519ef7e9ed2fec224?ds=sidebyside;hp=--cc bin/mdw-build: Update archive location. --- 9a472b9c1326dca16b08656519ef7e9ed2fec224 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