commit 78d08b299135901b7eca4a4be2bf822bc47fb741 Author: Sukhbir Singh sukhbir@torproject.org Date: Sat Sep 30 12:12:32 2017 -0400
Update the docs/release.md file --- docs/release.md | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/docs/release.md b/docs/release.md index 3bda62e..b25bb40 100644 --- a/docs/release.md +++ b/docs/release.md @@ -149,10 +149,15 @@ Offline Steps End - Back to the build machine: navigate to tools/update-responses/. Run `./update_responses` to generate the update manifest.
+- cd back to the releases/tor-messenger/signed/$VERSION/ directory. + - Generate the checksums for the builds:
sha256sum `ls -I "*.zip" -I "*.txt"` > sha256sums-signed-build.txt
+- Ensure that the sha256sums-signed-build.txt contains only the relevant + files. + - GPG sign the sha256sums-signed-build.txt file:
- Copy the sha256sums-signed-build.txt to a local machine
tor-commits@lists.torproject.org