Erinn Clark commited on 2011-01-19 01:15:41
Zeige 3 geänderte Dateien mit 10 Einfügungen und 2 Löschungen.
... | ... |
@@ -198,6 +199,14 @@ |
198 | 199 |
gpg: BAD signature from "Roger Dingledine <arma@mit.edu>" |
199 | 200 |
</pre> |
200 | 201 |
|
202 |
+ <p><b>RPM-based distributions :</b></p> |
|
203 |
+ <p>In order to manually verify the signatures on the RPM packages, you must use the |
|
204 |
+ <code>rpm</code> tool like so: <br /> |
|
205 |
+ |
|
206 |
+ <pre>rpm -K filename.rpm</pre></p> |
|
207 |
+ <p></p> |
|
208 |
+ |
|
209 |
+ <p><b>Debian:</b></p> |
|
201 | 210 |
<p>If you are running Tor on Debian you should read the instructions on |
202 | 211 |
<a href="<page docs/debian>#packages">importing these keys to apt</a>.</p> |
203 | 212 |
|
... | ... |
@@ -5,7 +5,7 @@ svn update |
5 | 5 |
make -j3 |
6 | 6 |
|
7 | 7 |
# don't copy over stuff with permissions that make it useless |
8 |
-chmod -R a+r * |
|
8 |
+chmod a+r * -R |
|
9 | 9 |
rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi -Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs |
10 | 10 |
|
11 | 11 |
echo "Forcing mirror update" |
12 | 12 |