diff options
author | Roger Dingledine <arma@torproject.org> | 2014-10-19 21:27:41 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-10-19 21:27:41 -0400 |
commit | 05791a0b72cbdf5d34fa7ae6660235e9e94945b7 (patch) | |
tree | 33bf77e49b566dcb7b5b5da1cdf5f52197b69d22 | |
parent | 291cd50939fdd53fd2d1ee1db4a4859eb2aadae4 (diff) | |
download | tor-05791a0b72cbdf5d34fa7ae6660235e9e94945b7.tar.gz tor-05791a0b72cbdf5d34fa7ae6660235e9e94945b7.zip |
explain how to publish tarballs now that webwml has gone to git
-rw-r--r-- | doc/HACKING | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/HACKING b/doc/HACKING index 2052a9d492..e758ffa721 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -555,10 +555,13 @@ in their approved versions list. git tag -u <keyid> tor-0.2.x.y-status git push origin tag tor-0.2.x.y-status -8) scp the tarball and its sig to the website in the dist/ directory -(i.e. /srv/www-master.torproject.org/htdocs/dist/ on vescum). Edit -"include/versions.wmi" and "Makefile" to note the new version. From your -website checkout, run ./publish to build and publish the website. +8a) scp the tarball and its sig to the dist website, i.e. +/srv/dist-master.torproject.org/htdocs/ on staticiforme. When you want +it to go live, you run "static-update-component dist.torproject.org" +on staticiforme. + +8b) + Edit "include/versions.wmi" and "Makefile" to note the new version. 9) Email the packagers (cc'ing tor-assistants) that a new tarball is up. |