[tor-commits] [webwml/master] Bug 25107: sources.list generator: remove zesty (we do not offer packages for it)

hiro at torproject.org hiro at torproject.org
Wed Feb 7 10:48:00 UTC 2018


commit 87579b1f186e21cfcaf2c0a1ab5862f10f9f8ac1
Author: nusenu <nusenu-github at riseup.net>
Date:   Wed Jan 31 21:14:51 2018 +0000

    Bug 25107: sources.list generator: remove zesty (we do not offer packages for it)
---
 docs/debian-selector.js | 5 -----
 docs/en/debian.wml      | 1 -
 2 files changed, 6 deletions(-)

diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index a0db2f17..f57ce6d9 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -11,7 +11,6 @@ var software = {
                      'trusty':  [ 'trusty'],
                      'xenial':  [ 'xenial'],
                      'yakkety': [ 'yakkety'],
-                     'zesty':   [ 'zesty'],
                      },
          'experimental-0.3.3.x': {
                      'jessie':  [ 'jessie' ],
@@ -21,7 +20,6 @@ var software = {
                      'trusty':  [ 'trusty'],
                      'xenial':  [ 'xenial'],
                      'yakkety': [ 'yakkety'],
-                     'zesty':   [ 'zesty'],
                      },
          'nightly-master': {
                      'jessie':  [ 'jessie' ],
@@ -31,7 +29,6 @@ var software = {
                      'trusty':  [ 'trusty'],
                      'xenial':  [ 'xenial'],
                      'yakkety': [ 'yakkety'],
-                     'zesty':   [ 'zesty'],
                      },
        },
 'tor (from source)': {
@@ -43,7 +40,6 @@ var software = {
                      'trusty':  [ 'trusty'],
                      'xenial':  [ 'xenial'],
                      'yakkety': [ 'yakkety'],
-                     'zesty':   [ 'zesty'],
                      },
          'experimental-0.3.3.x': {
                      'jessie':  [ 'jessie' ],
@@ -53,7 +49,6 @@ var software = {
                      'trusty':  [ 'trusty'],
                      'xenial':  [ 'xenial'],
                      'yakkety': [ 'yakkety'],
-                     'zesty':   [ 'zesty'],
                      },
        },
 };
diff --git a/docs/en/debian.wml b/docs/en/debian.wml
index 52d426ed..7bd956f2 100644
--- a/docs/en/debian.wml
+++ b/docs/en/debian.wml
@@ -77,7 +77,6 @@ I run
 <option value="sid">Debian unstable (sid)</option>
 <option value="trusty">Ubuntu Trusty Tahr</option>
 <option value="xenial">Ubuntu Xenial Xerus</option>
-<option value="zesty">Ubuntu Zesty Zapus</option>
 </select>
 and want
 <select id="package"></select>





More information about the tor-commits mailing list