diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-04 17:21:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-04 17:21:44 -0400 |
commit | 699af20e9ad7c9349971c1e6a37bafe908c86b5f (patch) | |
tree | 15e33d2b3957b0549e9c92930cc2bf101c275848 | |
parent | fac99f01dadc104db8ccaf7a24da2a57860b4165 (diff) | |
parent | 29f1ffa0fec58f4588e163006f561e8912a2c942 (diff) | |
download | tor-699af20e9ad7c9349971c1e6a37bafe908c86b5f.tar.gz tor-699af20e9ad7c9349971c1e6a37bafe908c86b5f.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
-rw-r--r-- | doc/HACKING | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING index 86d4a98784..e00aeb1aa9 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -474,7 +474,10 @@ in their approved versions list. and push the git tag. (That's either "git tag -u <keyid> tor-0.2.x.y-status", then "git push origin tag tor-0.2.x.y-status". To sign the - tarball, "gpg -ba <the_tarball>") + tarball, "gpg -ba <the_tarball>". Put the files in + /src/www-master.torproject.org/htdocs/dist on vescum, then + sudo -u mirroradm -H /home/mirroradm/bin/trigger-mirrors sudoed + ) 8) Edit include/versions.wmi to note the new version. Rebuild and push the website. |