Author: weasel Date: 2012-08-24 13:35:03 +0000 (Fri, 24 Aug 2012) New Revision: 25766
Modified: website/trunk/docs/en/rpms.wml Log: Patch docs/rpm per Ondrej's instructions, II
Modified: website/trunk/docs/en/rpms.wml =================================================================== --- website/trunk/docs/en/rpms.wml 2012-08-24 13:27:38 UTC (rev 25765) +++ website/trunk/docs/en/rpms.wml 2012-08-24 13:35:03 UTC (rev 25766) @@ -27,7 +27,7 @@ <pre>[tor-experimental] name=Tor experimental repo enabled=1 -baseurl=http://deb.torproject.org/torproject.org/rpm/el/6/$basearch/ +baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/$basearch/ gpgcheck=1 gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
@@ -35,18 +35,13 @@ name=Tor experimental source repo enabled=1 autorefresh=0 -baseurl=http://deb.torproject.org/torproject.org/rpm/el/6/SRPMS +baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/SRPMS gpgcheck=1 gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc</pre>
- If you wish to track the stable releases of Tor, you should substitute - DISTRIBUTION with one of the following: centos4, centos5, fc13, - fc14, fc15, suse</p> + If you wish to track the experimental releases of Tor, you should substitute + DISTRIBUTION with one of the following: el/5, el/6, fc/16 and fc/17</p>
- <p>To track experimental releases, substitute DISTRIBUTION with one of these: - centos4-experimental, centos5-experimental, fc13-experimental, - fc14-experimental, suse-experimental</p> - <p> Then install Tor by running: </p>
tor-commits@lists.torproject.org