diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-04 17:21:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-04 17:21:33 -0400 |
commit | 29f1ffa0fec58f4588e163006f561e8912a2c942 (patch) | |
tree | 9108598d0b08e9a46af14aed39ae5b699ba6dce4 /doc/HACKING | |
parent | 4126de6888de54b5fc825d209ff1bfbe73cd9514 (diff) | |
download | tor-29f1ffa0fec58f4588e163006f561e8912a2c942.tar tor-29f1ffa0fec58f4588e163006f561e8912a2c942.tar.gz |
More notes on how to upload tarballs from erinn
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING index 86d4a9878..e00aeb1aa 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. |