[tor-commits] [webwml/master] debian.html: sources.list generator: add support for Ubuntu 18.04
hiro at torproject.org
hiro at torproject.org
Thu Jun 28 15:39:32 UTC 2018
commit eef9993fa82324548b3a445a529bcac2226b5a96
Author: nusenu <nusenu-github at riseup.net>
Date: Sun Apr 22 20:14:36 2018 +0000
debian.html: sources.list generator: add support for Ubuntu 18.04
---
docs/debian-selector.js | 5 +++++
docs/en/debian.wml | 1 +
2 files changed, 6 insertions(+)
diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index 493fd235..d0d31505 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -11,6 +11,7 @@ var software = {
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'artful': [ 'artful'],
+ 'bionic': [ 'bionic'],
},
'experimental-0.3.3.x': {
'jessie': [ 'jessie' ],
@@ -20,6 +21,7 @@ var software = {
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'artful': [ 'artful'],
+ 'bionic': [ 'bionic'],
},
'nightly-master': {
'jessie': [ 'jessie' ],
@@ -29,6 +31,7 @@ var software = {
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'artful': [ 'artful'],
+ 'bionic': [ 'bionic'],
},
},
'tor (from source)': {
@@ -40,6 +43,7 @@ var software = {
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'artful': [ 'artful'],
+ 'bionic': [ 'bionic'],
},
'experimental-0.3.3.x': {
'jessie': [ 'jessie' ],
@@ -49,6 +53,7 @@ var software = {
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'artful': [ 'artful'],
+ 'bionic': [ 'bionic'],
},
},
};
diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 6440ba5c..7a813017 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -78,6 +78,7 @@ I run
<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>
+<option value="bionic">Ubuntu Bionic Beaver (18.04 LTS)</option>
</select>
and want
<select id="package"></select>
More information about the tor-commits
mailing list