[tor-commits] [tor-browser-spec/master] Update ReleaseProcess after #13015 changes

mikeperry at torproject.org mikeperry at torproject.org
Mon Jan 26 22:01:35 UTC 2015


commit 673a892e9d34ac96dba8fe286ec2f53142769378
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Jan 15 13:52:20 2015 +0100

    Update ReleaseProcess after #13015 changes
---
 processes/ReleaseProcess |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess
index ebaebc7..8fdaeb3 100644
--- a/processes/ReleaseProcess
+++ b/processes/ReleaseProcess
@@ -25,9 +25,14 @@
    cd ../..
 
 #. Tag a build tag in tor-browser-bundle.git
-   . versions # Or versions.alpha/versions.beta
+   TORBROWSER_VERSION=x.x.x
    git tag -s tbb-$TORBROWSER_VERSION-build1
 
+#. Check that the build is correctly tagged
+   eval $( ./get-tb-version release ) # or alpha / beta
+   echo $TORBROWSER_VERSION
+   echo $TORBROWSER_BUILDDIR
+
 #. Push tag and version to tor-browser-bundle.git   
    torsocks git push origin master:master
    torsocks git push origin --tags



More information about the tor-commits mailing list