[tor-commits] [tor-browser-spec/master] Fix errors in release process documentation

gk at torproject.org gk at torproject.org
Fri Jun 16 11:16:03 UTC 2017


commit f8890fccbb3b5349c869760bc18a6dd610667393
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Jun 16 11:15:19 2017 +0000

    Fix errors in release process documentation
---
 processes/ReleaseProcess | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess
index 55c31a4..e4aa4e4 100644
--- a/processes/ReleaseProcess
+++ b/processes/ReleaseProcess
@@ -118,7 +118,7 @@
    cd tor-browser-bundle/gitian/$TORBROWSER_VERSION
    /path/to/authenticode-signing.sh
    exit
-   torsocks rsync -avP window-signing-machine:tor-browser-bundle/gitian/$TORBROWSER_VERSION/*.mar $TORBROWSER_BUILDDIR/
+   torsocks rsync -avP window-signing-machine:tor-browser-bundle/gitian/$TORBROWSER_VERSION/*.exe $TORBROWSER_BUILDDIR/
    # Authenticode timestamping next
    cd $TORBROWSER_BUILDDIR
    export OSSLSIGNCODE=/path/to/osslsigncode
@@ -129,9 +129,11 @@
    cd tor-browser-bundle/gitian/$TORBROWSER_VERSION
    /path/to/tbb-signing.sh
    exit
+   torsocks rsync -avP signing-machine:tor-browser-bundle/gitian/$TORBROWSER_VERSION/ $TORBROWSER_BUILDDIR
 
 #. Sync to people.torproject.org
-   torsocks rsync -avP $TORBROWSER_VERSION/ people.torproject.org:public_html/builds/$TORBROWSER_BUILDDIR
+   torsocks rsync -avP $TORBROWSER_BUILDDIR/ people.torproject.org:public_html/builds/$TORBROWSER_BUILDDIR
+   torsocks ssh people.torproject.org "mv public_html/$TORBROWSER_BUILDDIR public_html/$TORBROWSER_VERSION"
 
 #. Clear out old builds, transfer builds to staticiforme
 #. Remote:



More information about the tor-commits mailing list