[tor-commits] [webwml/staging] Bug 25107: sources.list generator: add nightly-master option

arma at torproject.org arma at torproject.org
Thu Mar 29 18:59:50 UTC 2018


commit 924bf33a980d49857ab48742b9e21e03a83c0ac0
Author: nusenu <nusenu-github at riseup.net>
Date:   Wed Jan 31 21:11:25 2018 +0000

    Bug 25107: sources.list generator: add nightly-master option
---
 docs/debian-selector.js | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index 4df28c70..a0db2f17 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -23,6 +23,16 @@ var software = {
                      'yakkety': [ 'yakkety'],
                      'zesty':   [ 'zesty'],
                      },
+         'nightly-master': {
+                     'jessie':  [ 'jessie' ],
+                     'stretch': [ 'stretch' ],
+                     'buster':  [ 'buster' ],
+                     'sid':     [ 'sid' ],
+                     'trusty':  [ 'trusty'],
+                     'xenial':  [ 'xenial'],
+                     'yakkety': [ 'yakkety'],
+                     'zesty':   [ 'zesty'],
+                     },
        },
 'tor (from source)': {
          '_stable': {





More information about the tor-commits mailing list