[tor-commits] [webwml/master] testing is called buster
weasel at torproject.org
weasel at torproject.org
Sun Jul 2 08:39:19 UTC 2017
commit 84a15a894fe3212323b7a1c662077988bbe2a466
Author: Peter Palfrader <peter at palfrader.org>
Date: Sun Jul 2 10:38:00 2017 +0200
testing is called buster
---
docs/debian-selector.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/debian-selector.js b/docs/debian-selector.js
index a6d4720..f4abbb3 100644
--- a/docs/debian-selector.js
+++ b/docs/debian-selector.js
@@ -5,8 +5,8 @@ var sources = {};
var software = {
'tor': { '_stable': {
'jessie': [ 'jessie' ],
- 'stretch': [ 'stretch' ],
- 'testing': [ 'testing' ],
+ 'stretch': [ 'stretch' ],
+ 'buster': [ 'buster' ],
'sid': [ 'sid' ],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
@@ -15,7 +15,7 @@ var software = {
'experimental-0.3.0.x': {
'jessie': [ 'jessie' ],
'stretch': [ 'stretch' ],
- 'testing': [ 'testing' ],
+ 'buster': [ 'buster' ],
'sid': [ 'sid' ],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
@@ -26,7 +26,7 @@ var software = {
'_stable': {
'jessie': [ 'jessie' ],
'stretch': [ 'stretch' ],
- 'testing': [ 'testing' ],
+ 'buster': [ 'buster' ],
'sid': [ 'sid' ],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
@@ -35,7 +35,7 @@ var software = {
'experimental-0.3.0.x': {
'jessie': [ 'jessie' ],
'stretch': [ 'stretch' ],
- 'testing': [ 'testing' ],
+ 'buster': [ 'buster' ],
'sid': [ 'sid' ],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
More information about the tor-commits
mailing list