commit 4747b28324da7266b2e28cea5d771eb84bb3f1ce Author: Nicolas Vigier boklm@torproject.org Date: Fri Sep 9 13:32:00 2016 +0200
Bug 19410: add instructions for generating code signed MARs --- processes/ReleaseProcess | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess index 7508af1..09d38d7 100644 --- a/processes/ReleaseProcess +++ b/processes/ReleaseProcess @@ -69,6 +69,14 @@ #XXX: Currently manual # For stable releases put tails-dev@boum.org into Cc
+#. Code Sign the OS X dmg files: + # XXX: Document + +#. Regenerate OS X MAR files from code signed dmg files + # The code signed dmg files should be in the $TORBROWSER_VERSION directory + # Install a recent p7zip version (see ../tools/dmg2mar for instructions) + make dmg2mars # or dmg2mars-alpha + #. Sign the MAR update files # First, copy the torbrowser tree to removable storage: rsync -avP $TORBROWSER_BUILDDIR/../../../ /media/storage/TBB/
tor-commits@lists.torproject.org