commit 731144db18fe3645208728e83cddb663a9708809 Author: nusenu nusenu-github@riseup.net Date: Wed Jan 31 21:39:33 2018 +0000
Bug 25107: sources.list generator: add Ubuntu Artful Aardvark (17.10) --- docs/debian-selector.js | 3 +++ docs/en/debian.wml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/debian-selector.js b/docs/debian-selector.js index f57ce6d9..b7a336f0 100644 --- a/docs/debian-selector.js +++ b/docs/debian-selector.js @@ -11,6 +11,7 @@ var software = { 'trusty': [ 'trusty'], 'xenial': [ 'xenial'], 'yakkety': [ 'yakkety'], + 'artful': [ 'artful'], }, 'experimental-0.3.3.x': { 'jessie': [ 'jessie' ], @@ -20,6 +21,7 @@ var software = { 'trusty': [ 'trusty'], 'xenial': [ 'xenial'], 'yakkety': [ 'yakkety'], + 'artful': [ 'artful'], }, 'nightly-master': { 'jessie': [ 'jessie' ], @@ -29,6 +31,7 @@ var software = { 'trusty': [ 'trusty'], 'xenial': [ 'xenial'], 'yakkety': [ 'yakkety'], + 'artful': [ 'artful'], }, }, 'tor (from source)': { diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 7bd956f2..e70ec07f 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -75,8 +75,9 @@ I run <option value="stretch" selected="selected">Debian stable (stretch)</option> <option value="buster">Debian testing (buster)</option> <option value="sid">Debian unstable (sid)</option> -<option value="trusty">Ubuntu Trusty Tahr</option> -<option value="xenial">Ubuntu Xenial Xerus</option> +<option value="trusty">Ubuntu Trusty Tahr (14.04 LTS)</option> +<option value="xenial">Ubuntu Xenial Xerus (16.04 LTS)</option> +<option value="artful">Ubuntu Artful Aardvark (17.10)</option> </select> and want <select id="package"></select>
tor-commits@lists.torproject.org