[or-cvs] r24108: {website} add rpm verification instructions and fix paths (in website/trunk: . docs/en)

Erinn Clark erinn at torproject.org
Wed Jan 19 00:15:43 UTC 2011


Author: erinn
Date: 2011-01-19 00:15:41 +0000 (Wed, 19 Jan 2011)
New Revision: 24108

Modified:
   website/trunk/Makefile
   website/trunk/docs/en/verifying-signatures.wml
   website/trunk/publish
Log:
add rpm verification instructions and fix paths

Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2011-01-18 22:50:33 UTC (rev 24107)
+++ website/trunk/Makefile	2011-01-19 00:15:41 UTC (rev 24108)
@@ -10,7 +10,7 @@
 # 4. make
 # 5. ./publish
 
-export TORGIT=/Users/hudson/src/tor-master.git/.git
+export TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
 export STABLETAG=tor-0.2.2.21-alpha
 export DEVTAG=tor-0.2.2.21-alpha
 

Modified: website/trunk/docs/en/verifying-signatures.wml
===================================================================
--- website/trunk/docs/en/verifying-signatures.wml	2011-01-18 22:50:33 UTC (rev 24107)
+++ website/trunk/docs/en/verifying-signatures.wml	2011-01-19 00:15:41 UTC (rev 24108)
@@ -168,6 +168,7 @@
 
     <p><b>Linux</b></p>
     <pre>gpg --verify /home/Alice/Desktop/<file-source-stable>.asc /home/Alice/Desktop/<file-source-stable></pre>
+    
 
     <p>After verifying, GnuPG will come back saying something like "Good
     signature" or "BAD signature". The output should look something like
@@ -198,6 +199,14 @@
     gpg: BAD signature from "Roger Dingledine &lt;arma at mit.edu&gt;"
     </pre>
 
+    <p><b>RPM-based distributions :</b></p>
+    <p>In order to manually verify the signatures on the RPM packages, you must use the
+    <code>rpm</code> tool like so: <br />
+    
+    <pre>rpm -K filename.rpm</pre></p>
+    <p></p>
+    
+    <p><b>Debian:</b></p>
     <p>If you are running Tor on Debian you should read the instructions on
     <a href="<page docs/debian>#packages">importing these keys to apt</a>.</p>
 

Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2011-01-18 22:50:33 UTC (rev 24107)
+++ website/trunk/publish	2011-01-19 00:15:41 UTC (rev 24108)
@@ -5,7 +5,7 @@
 make -j3
 
 # don't copy over stuff with permissions that make it useless
-chmod -R a+r *
+chmod a+r * -R
 rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi -Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs
 
 echo "Forcing mirror update"



More information about the tor-commits mailing list