commit 29f1ffa0fec58f4588e163006f561e8912a2c942 Author: Nick Mathewson nickm@torproject.org Date: Wed May 4 17:21:33 2011 -0400
More notes on how to upload tarballs from erinn --- doc/HACKING | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/doc/HACKING b/doc/HACKING index 86d4a98..e00aeb1 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.
tor-commits@lists.torproject.org