commit 783d8ccf579d63b128a0facc2ffd3305ff5c8c84 Author: Mike Perry mikeperry-git@fscked.org Date: Fri Aug 31 15:21:24 2012 -0700
Update release instructions and unsigned rdf. --- README.RELEASE | 15 ++++++++++----- update-unsigned.rdf | 14 ++++++++++++++ 2 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/README.RELEASE b/README.RELEASE index 77e75e9..36ea7e8 100644 --- a/README.RELEASE +++ b/README.RELEASE @@ -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... @@ -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 . diff --git a/update-unsigned.rdf b/update-unsigned.rdf index d66f10d..7bece47 100644 --- a/update-unsigned.rdf +++ b/update-unsigned.rdf @@ -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:version1.4.6.1</em:version> + em:targetApplication + <Description> + em:id{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + em:minVersion0.9</em:minVersion> + em:maxVersion10000.0</em:maxVersion> + em:updateLinkhttps://www.torproject.org/dist/torbutton/torbutton-1.4.6.1.xpi</em:updateLink> + em:updateHashsha1:fb1df9ce40c5b1282e701f2a96694b0bfbdc2687</em:updateHash> + </Description> + </em:targetApplication> + </Description>
</RDF>