debian.html: sources.list generator: add support for Ubuntu 18.04
nusenu

nusenu commited on 2018-06-28 17:39:27
Zeige 2 geänderte Dateien mit 6 Einfügungen und 0 Löschungen.

... ...
@@ -11,6 +11,7 @@ var software = {
11 11
                      'trusty':  [ 'trusty'],
12 12
                      'xenial':  [ 'xenial'],
13 13
                      'artful':  [ 'artful'],
14
+                     'bionic':  [ 'bionic'],
14 15
                      },
15 16
          'experimental-0.3.3.x': {
16 17
                      'jessie':  [ 'jessie' ],
... ...
@@ -20,6 +21,7 @@ var software = {
20 21
                      'trusty':  [ 'trusty'],
21 22
                      'xenial':  [ 'xenial'],
22 23
                      'artful':  [ 'artful'],
24
+                     'bionic':  [ 'bionic'],
23 25
                      },
24 26
          'nightly-master': {
25 27
                      'jessie':  [ 'jessie' ],
... ...
@@ -29,6 +31,7 @@ var software = {
29 31
                      'trusty':  [ 'trusty'],
30 32
                      'xenial':  [ 'xenial'],
31 33
                      'artful':  [ 'artful'],
34
+                     'bionic':  [ 'bionic'],
32 35
                      },
33 36
        },
34 37
 'tor (from source)': {
... ...
@@ -40,6 +43,7 @@ var software = {
40 43
                      'trusty':  [ 'trusty'],
41 44
                      'xenial':  [ 'xenial'],
42 45
                      'artful':  [ 'artful'],
46
+                     'bionic':  [ 'bionic'],
43 47
                      },
44 48
          'experimental-0.3.3.x': {
45 49
                      'jessie':  [ 'jessie' ],
... ...
@@ -49,6 +53,7 @@ var software = {
49 53
                      'trusty':  [ 'trusty'],
50 54
                      'xenial':  [ 'xenial'],
51 55
                      'artful':  [ 'artful'],
56
+                     'bionic':  [ 'bionic'],
52 57
                      },
53 58
        },
54 59
 };
... ...
@@ -78,6 +78,7 @@ I run
78 78
 <option value="trusty">Ubuntu Trusty Tahr (14.04 LTS)</option>
79 79
 <option value="xenial">Ubuntu Xenial Xerus (16.04 LTS)</option>
80 80
 <option value="artful">Ubuntu Artful Aardvark (17.10)</option>
81
+<option value="bionic">Ubuntu Bionic Beaver (18.04 LTS)</option>
81 82
 </select>
82 83
 and want
83 84
 <select id="package"></select>
84 85