Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
03b74562
Commit
03b74562
authored
May 31, 2012
by
Mike Perry
Browse files
Release script + doc updates.
parent
8354d3a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.RELEASE
View file @
03b74562
...
...
@@ -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-update-server/
# 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 .
...
...
trans_tools/validate.py
View file @
03b74562
#!
/bin/
env
python
#!
/usr
/bin/python
from
__future__
import
unicode_literals
,
print_function
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment