... without breaking the script
Sebastian Hahn

Sebastian Hahn commited on 2016-02-27 07:37:53
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.

... ...
@@ -19,7 +19,7 @@ var software = {
19 19
                      'lucid':   [ 'lucid'],
20 20
                      'precise': [ 'precise'],
21 21
                      'saucy':   [ 'saucy'],
22
-                     'trusty':  [ 'trusty'],
22
+                     'trusty':  [ 'trusty'], },
23 23
          'experimental-0.2.7.x':    { 'wheezy':  [ 'wheezy' ],
24 24
                      'jessie':  [ 'jessie' ],
25 25
                      'stretch': [ 'stretch' ],
... ...
@@ -27,7 +27,7 @@ var software = {
27 27
                      'lucid':   [ 'lucid'],
28 28
                      'precise': [ 'precise'],
29 29
                      'saucy':   [ 'saucy'],
30
-                     'trusty':  [ 'trusty'],
30
+                     'trusty':  [ 'trusty'], },
31 31
        },
32 32
 'tor (from source)': { '_stable': { 'squeeze': [ 'squeeze' ],
33 33
                      'wheezy':  [ 'wheezy' ],
... ...
@@ -37,7 +37,7 @@ var software = {
37 37
                      'lucid':   [ 'lucid'],
38 38
                      'precise': [ 'precise'],
39 39
                      'saucy':   [ 'saucy'],
40
-                     'trusty':  [ 'trusty'],
40
+                     'trusty':  [ 'trusty'], },
41 41
          'experimental-0.2.7.x':    { 'wheezy':  [ 'wheezy' ],
42 42
                      'jessie':  [ 'jessie' ],
43 43
                      'stretch': [ 'stretch' ],
... ...
@@ -45,7 +45,7 @@ var software = {
45 45
                      'lucid':   [ 'lucid'],
46 46
                      'precise': [ 'precise'],
47 47
                      'saucy':   [ 'saucy'],
48
-                     'trusty':  [ 'trusty'],
48
+                     'trusty':  [ 'trusty'], },
49 49
        },
50 50
 };
51 51
 
52 52