commit 03b74562a4b2137769582816c1dc83b3d792bd77 Author: Mike Perry mikeperry-git@fscked.org Date: Thu May 31 15:17:37 2012 -0700
Release script + doc updates. --- README.RELEASE | 14 ++++++++++++-- trans_tools/validate.py | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/README.RELEASE b/README.RELEASE index f386760..aa6e9ca 100644 --- a/README.RELEASE +++ b/README.RELEASE @@ -5,7 +5,7 @@
#. Decide the version number.
- export VERSION="1.4.5.1" + export VERSION="1.4.6" vim ./src/install.rdf # edit em:version tag to reflect version
#. Test upgrades of candidate XPI in latest Firefox and TBB product matrix @@ -59,12 +59,22 @@ torsocks scp ./pkg/torbutton-${VERSION}.xpi vescum:/srv/www-master.torproject.org/htdocs/dist/torbutton/torbutton-current.xpi torsocks scp ./pkg/torbutton-${VERSION}.xpi.asc vescum:/srv/www-master.torproject.org/htdocs/dist/torbutton/torbutton-current.xpi.asc
-#. Update website +#. Update + Sign update.rdf
cd website-svn vim ./include/versions.wmi # Add sha1 and version vim ./torbutton/update.rdf # Add <li> and <description> w/ sha1 and version
+ # Sign the new update.rdf. + # Command line: + # http://blog.techno-barje.fr/post/2009/10/08/How-to-setup-a-mozilla-extension... + # Gui: + # https://www.binaryturf.com/steps-release-extension-firefox-3/ + + # Copy the signed update.rdf into place + +#. Update website + torsocks svn up . torsocks svn commit .
diff --git a/trans_tools/validate.py b/trans_tools/validate.py index 983ed94..179e7b0 100755 --- a/trans_tools/validate.py +++ b/trans_tools/validate.py @@ -1,4 +1,4 @@ -#! /bin/env python +#!/usr/bin/python
from __future__ import unicode_literals, print_function
tor-commits@lists.torproject.org