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
9a695108
Commit
9a695108
authored
May 31, 2012
by
Mike Perry
Browse files
Update build process documentation to cover signing.
parent
03b74562
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.RELEASE
View file @
9a695108
...
...
@@ -59,19 +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
+ Sign
update.rdf
#. Update 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/
#. Sign the new update.rdf.
# Copy the signed update.rdf into place
# TODO: Currently manual due to offline signing.
# No need to fear the reaper, man. We can do online signing if we just put
# our minds to it: https://trac.torproject.org/projects/tor/ticket/6011
# 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 in the website svn
#. Update website
...
...
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