experimental is 0.3.0.x now, add yakkety
Peter Palfrader

Peter Palfrader commited on 2016-12-27 12:58:14
Zeige 1 geänderte Dateien mit 8 Einfügungen und 4 Löschungen.

... ...
@@ -19,8 +19,9 @@ var software = {
19 19
                      'precise': [ 'precise'],
20 20
                      'trusty':  [ 'trusty'],
21 21
                      'xenial':  [ 'xenial'],
22
+                     'yakkety': [ 'yakkety'],
22 23
                      },
23
-         'experimental-0.2.9.x': {
24
+         'experimental-0.3.0.x': {
24 25
                      'wheezy':  [ 'wheezy' ],
25 26
                      'jessie':  [ 'jessie' ],
26 27
                      'stretch': [ 'stretch' ],
... ...
@@ -28,6 +29,7 @@ var software = {
28 29
                      'precise': [ 'precise'],
29 30
                      'trusty':  [ 'trusty'],
30 31
                      'xenial':  [ 'xenial'],
32
+                     'yakkety': [ 'yakkety'],
31 33
                      },
32 34
        },
33 35
 'tor (from source)': {
... ...
@@ -39,8 +41,9 @@ var software = {
39 41
                      'precise': [ 'precise'],
40 42
                      'trusty':  [ 'trusty'],
41 43
                      'xenial':  [ 'xenial'],
44
+                     'yakkety': [ 'yakkety'],
42 45
                      },
43
-         'experimental-0.2.9.x': {
46
+         'experimental-0.3.0.x': {
44 47
                      'wheezy':  [ 'wheezy' ],
45 48
                      'jessie':  [ 'jessie' ],
46 49
                      'stretch': [ 'stretch' ],
... ...
@@ -48,6 +51,7 @@ var software = {
48 51
                      'precise': [ 'precise'],
49 52
                      'trusty':  [ 'trusty'],
50 53
                      'xenial':  [ 'xenial'],
54
+                     'yakkety': [ 'yakkety'],
51 55
                      },
52 56
        },
53 57
 };
... ...
@@ -360,7 +364,7 @@ download/download>#packagediff">development branch</a> of Tor instead
360 364
 to your <tt>/etc/apt/sources.list</tt> file:<br />
361 365
 <pre style="margin: 1.5em 0 1.5em 2em">
362 366
 deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
363
-deb     http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-&lt;DISTRIBUTION&gt; main
367
+deb     http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-&lt;DISTRIBUTION&gt; main
364 368
 </pre>
365 369
 where you again substitute the name of your distro (lenny,
366 370
 sid, saucy, ...) in place of
... ...
@@ -398,7 +402,7 @@ deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
398 402
 
399 403
 # For the unstable version.
400 404
 deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
401
-deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-&lt;DISTRIBUTION&gt; main
405
+deb-src http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-&lt;DISTRIBUTION&gt; main
402 406
 </pre>
403 407
 Substitute the name of your distro (wheezy, sid, trusty, ...) in place of &lt;DISTRIBUTION&gt;. Now refresh your sources by running (as root):
404 408
 <pre style="margin: 1.5em 0 1.5em 2em">
405 409