[tor-commits] [tor-browser-spec/master] release process: generate update responses
mikeperry at torproject.org
mikeperry at torproject.org
Tue Jan 13 14:09:14 UTC 2015
commit 84fb90a8ec53f4876efa21615d75a6c7c58b6bd9
Author: Nicolas Vigier <boklm at torproject.org>
Date: Thu Jan 8 16:21:38 2015 +0100
release process: generate update responses
The update responses used to be created at the same time as incremental
MARs are generated, but since #13379 was merged, it is now two different
steps.
---
processes/ReleaseProcess | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess
index 60b1371..3ab1ada 100644
--- a/processes/ReleaseProcess
+++ b/processes/ReleaseProcess
@@ -95,8 +95,9 @@
Don't forget to link to Mozilla's security advisories if this is a security
update, or Nadim will yell at you.
-#. Upload new update responses for the updater
-# (these were created earlier with 'make incrementals')
+#. Update and upload new update responses for the updater
+ cd tor-browser-bundle/gitian
+ make update_responses # (or update_responses-alpha, update_responses-beta)
cd tor-browser-bundle/tools/update-responses
chmod 644 htdocs/$TORBROWSER_UPDATE_CHANNEL/*
chmod 644 htdocs/$TORBROWSER_UPDATE_CHANNEL/.htaccess
More information about the tor-commits
mailing list