Ondrej Mikle commited on 2012-09-23 01:26:52
Zeige 1 geänderte Dateien mit 16 Einfügungen und 4 Löschungen.
... | ... |
@@ -34,14 +34,14 @@ |
34 | 34 |
according to your distribution. |
35 | 35 |
</p> |
36 | 36 |
|
37 |
-<pre>[tor-experimental] |
|
37 |
+<pre>[tor] |
|
38 | 38 |
name=Tor experimental repo |
39 | 39 |
enabled=1 |
40 | 40 |
baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/$basearch/ |
41 | 41 |
gpgcheck=1 |
42 | 42 |
gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc |
43 | 43 |
|
44 |
-[tor-experimental-source] |
|
44 |
+[tor-source] |
|
45 | 45 |
name=Tor experimental source repo |
46 | 46 |
enabled=1 |
47 | 47 |
autorefresh=0 |
... | ... |
@@ -61,14 +61,14 @@ gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.a |
61 | 61 |
old rpm limitations, put this repo file in /etc/yum.repos.d/ directory: |
62 | 62 |
</p> |
63 | 63 |
|
64 |
-<pre>[tor-experimental] |
|
64 |
+<pre>[tor] |
|
65 | 65 |
name=Tor experimental repo |
66 | 66 |
enabled=1 |
67 | 67 |
baseurl=http://deb.torproject.org/torproject.org/rpm/el/5/$basearch/ |
68 | 68 |
gpgcheck=1 |
69 | 69 |
gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.EL5.asc |
70 | 70 |
|
71 |
-[tor-experimental-source] |
|
71 |
+[tor-source] |
|
72 | 72 |
name=Tor experimental source repo |
73 | 73 |
enabled=1 |
74 | 74 |
autorefresh=0 |
... | ... |
@@ -114,6 +114,18 @@ gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.E |
114 | 114 |
|
115 | 115 |
<hr> |
116 | 116 |
|
117 |
+ <h2>Alpha/development packages</a></h2> |
|
118 |
+ <br> |
|
119 |
+ |
|
120 |
+ <p> |
|
121 |
+ There is a repository that contains packages for latest alpha branch of Tor. |
|
122 |
+ If you'd like to experiment with them, use one of the above repo files, just |
|
123 |
+ change the baseurl to (similarly to previous section, substitute |
|
124 |
+ DISTRIBUTION based on your distribution; for source rpms use "SRPMS" instead |
|
125 |
+ of $basearch): |
|
126 |
+ </p> |
|
127 |
+<pre>baseurl=http://deb.torproject.org/torproject.org/rpm/tor-testing/DISTRIBUTION/$basearch/</pre> |
|
128 |
+ |
|
117 | 129 |
<a id="source"></a> |
118 | 130 |
<h2><a class="anchor" href="#source">Building from source</a></h2> |
119 | 131 |
<br> |
120 | 132 |