diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-05-14 16:49:57 +0200 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-05-15 13:23:44 +0200 |
commit | ccb8520b0de2605540f093e244c28c12e1eedd1b (patch) | |
tree | 64f93bbfe6cee83bd41eabc90992d61ca3b414a4 /release-rc | |
parent | 26e226069b8c26d019c1eb7e595ad330a83f2fde (diff) |
make-release: Upload the doap file to the download server
My previous update to make-release removed that step, but it turns out
the doap file is used by the Windows auto-update feature.
Diffstat (limited to 'release-rc')
-rw-r--r-- | release-rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-rc b/release-rc index d80d1847b..5c1890d12 100644 --- a/release-rc +++ b/release-rc @@ -2,6 +2,7 @@ WEB_USER=$GNOME_FTP_USER WEB_HOST=master.gnome.org +WEB_DOAP_PATH=/ftp/pub/GNOME/sources/banshee/ #OSX_USER=Build #OSX_HOST=164.99.121.141 |