From: Mark Wooding Date: Sat, 27 Dec 2008 14:46:20 +0000 (+0000) Subject: mdw-build: Oops, allow hooking of tarball upload. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9978f25a673893b6cf7877d82e1bc9c35983014b mdw-build: Oops, allow hooking of tarball upload. --- diff --git a/mdw-build b/mdw-build index 903db37..7003964 100755 --- a/mdw-build +++ b/mdw-build @@ -237,7 +237,8 @@ case "$upload,$build" in info "Test build: not uploading." ;; yes,release) - cp $distdir.tar.gz /home/ftp/pub/mdw/ + run rsync $distdir.tar.gz \ + $(mdw-conf upload-target metalzone.distorted.org.uk:/home/ftp/pub/mdw/) case "$debian" in yes) run dput -f $(mdw-conf dput-target metalzone) *.changes