commit 0fabb588b08a74c702853e3be8532cc1dcb1e684 Author: Mike Perry mikeperry-git@torproject.org Date: Mon Jan 27 22:02:07 2014 -0800
Not everyone thinks https://twitter.com/potch/status/292403281349705729 is a role model.
Cowards. --- processes/ReleaseProcess | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess index 3cd7308..21f5866 100644 --- a/processes/ReleaseProcess +++ b/processes/ReleaseProcess @@ -11,7 +11,8 @@ vim Bundle-Data/Docs/ChangeLog.txt cd gitian vim versions* - git commmit . + git commmit .. + git diff --color HEAD^1 cd ../..
#. Tag a build tag in tor-browser-bundle.git @@ -37,7 +38,7 @@ cd torbrowser git checkout maint-2.4 vim ./build-scripts/recommended-versions - git commit . + git commit build-scripts/recommended-versions git checkout master git merge maint-2.4 torsocks git push origin maint-2.4:maint-2.4 @@ -52,7 +53,8 @@
#. Update website's torbrowser versions file cd website + torsocks svn up . vim ./include/versions.wmi - torsocks svn commit . -m "Bump TBB version" + torsocks svn commit include/versions.wml -m "Bump TBB version" ./publish cd ..
tor-commits@lists.torproject.org