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
783d8ccf
Commit
783d8ccf
authored
Aug 31, 2012
by
Mike Perry
Browse files
Update release instructions and unsigned rdf.
parent
1b9814bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.RELEASE
View file @
783d8ccf
...
...
@@ -59,13 +59,12 @@
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 update
.rdf
#. Update update
-unsigned.rdf in torbutton.git with package sha1
cd website-svn
vim ./include/versions.wmi # Add sha1 and version
vim ./torbutton/update.rdf # Add <li> and <description> w/ sha1 and version
cd torbutton.git
vim update-unsigned.rdf # Add <li> and <description> w/ sha1 and version
#. Sign the new update.rdf.
#. Sign the new update
-unsigned
.rdf.
# Key creation based on these instructions:
# Command line: http://blog.techno-barje.fr/post/2009/10/08/How-to-setup-a-mozilla-extension-update-server/
...
...
@@ -83,6 +82,12 @@
# Copy the signed update.rdf into place in the website svn
#. Update update.rdf
cd website-svn
vim ./include/versions.wmi # Add sha1 and version
cp /mnt/update-signed.rdf ./torbutton/update.rdf
#. Update website
torsocks svn up .
...
...
update-unsigned.rdf
View file @
783d8ccf
...
...
@@ -29,6 +29,7 @@
<li
resource=
"urn:mozilla:extension:{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.4.5"
/>
<li
resource=
"urn:mozilla:extension:{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.4.5.1"
/>
<li
resource=
"urn:mozilla:extension:{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.4.6"
/>
<li
resource=
"urn:mozilla:extension:{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.4.6.1"
/>
</Seq>
</em:updates>
...
...
@@ -346,5 +347,18 @@
</Description>
</em:targetApplication>
</Description>
<Description
about=
"urn:mozilla:extension:{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.4.6.1"
>
<em:version>
1.4.6.1
</em:version>
<em:targetApplication>
<Description>
<em:id>
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
</em:id>
<em:minVersion>
0.9
</em:minVersion>
<em:maxVersion>
10000.0
</em:maxVersion>
<em:updateLink>
https://www.torproject.org/dist/torbutton/torbutton-1.4.6.1.xpi
</em:updateLink>
<em:updateHash>
sha1:fb1df9ce40c5b1282e701f2a96694b0bfbdc2687
</em:updateHash>
</Description>
</em:targetApplication>
</Description>
</RDF>
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