commit 9dd8f679981f8bade2049c01a8379a773071a86c Author: Nicolas Vigier boklm@torproject.org Date: Mon Oct 13 21:22:24 2014 +0200
Add instructions for the update responses script for the updater --- processes/ReleaseProcess | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess index d04a08b..ee30773 100644 --- a/processes/ReleaseProcess +++ b/processes/ReleaseProcess @@ -77,3 +77,11 @@ # See https://blog.torproject.org/blog/tor-browser-352-released for now # Don't forget to link to Mozilla's security advisories if this is a security # update, or Nadim will yell at you. + +#. Generate and upload new update responses for the updater + cd tor-browser-bundle/tools/update-responses + vim config.yml + # add the new version in 'versions' and to one of the channels + # detailsURL can be a link to the blog post + ./update_responses + torsocks rsync -av htdocs/ www-master.torproject.org:/srv/www-master.torproject.org/htdocs/dist/torbrowser/update_2/
tor-commits@lists.torproject.org