commit 62636e8266d7195f1a2d2c8c4745ce04a33bd10e Author: Peter Palfrader peter@palfrader.org Date: Tue Dec 27 12:58:14 2016 +0100
experimental is 0.3.0.x now, add yakkety --- docs/en/debian.wml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 3b1bf0b..83486f3 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -19,8 +19,9 @@ var software = { 'precise': [ 'precise'], 'trusty': [ 'trusty'], 'xenial': [ 'xenial'], + 'yakkety': [ 'yakkety'], }, - 'experimental-0.2.9.x': { + 'experimental-0.3.0.x': { 'wheezy': [ 'wheezy' ], 'jessie': [ 'jessie' ], 'stretch': [ 'stretch' ], @@ -28,6 +29,7 @@ var software = { 'precise': [ 'precise'], 'trusty': [ 'trusty'], 'xenial': [ 'xenial'], + 'yakkety': [ 'yakkety'], }, }, 'tor (from source)': { @@ -39,8 +41,9 @@ var software = { 'precise': [ 'precise'], 'trusty': [ 'trusty'], 'xenial': [ 'xenial'], + 'yakkety': [ 'yakkety'], }, - 'experimental-0.2.9.x': { + 'experimental-0.3.0.x': { 'wheezy': [ 'wheezy' ], 'jessie': [ 'jessie' ], 'stretch': [ 'stretch' ], @@ -48,6 +51,7 @@ var software = { 'precise': [ 'precise'], 'trusty': [ 'trusty'], 'xenial': [ 'xenial'], + 'yakkety': [ 'yakkety'], }, }, }; @@ -360,7 +364,7 @@ download/download>#packagediff">development branch</a> of Tor instead to your <tt>/etc/apt/sources.list</tt> file:<br /> <pre style="margin: 1.5em 0 1.5em 2em"> deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main -deb http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-<DISTRIBUTION> main +deb http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-<DISTRIBUTION> main </pre> where you again substitute the name of your distro (lenny, sid, saucy, ...) in place of @@ -398,7 +402,7 @@ deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
# For the unstable version. deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main -deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-<DISTRIBUTION> main +deb-src http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-<DISTRIBUTION> main </pre> Substitute the name of your distro (wheezy, sid, trusty, ...) in place of <DISTRIBUTION>. Now refresh your sources by running (as root): <pre style="margin: 1.5em 0 1.5em 2em">
tor-commits@lists.torproject.org