commit cea8d90386986eecc2ae3cecbd2f87a8470dfa88
parent 4bf08220da984c30a0e94383befc606fadc293b9
Author: parazyd <parazyd@dyne.org>
Date: Mon, 29 May 2017 13:38:56 +0200
rename testing to stretch, due to debian releasing it soon
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/config.py b/lib/config.py
@@ -62,14 +62,14 @@ suites = {
aliases = {
'DEBIAN-SECURITY': {
- 'ascii-security': 'testing/updates',
+ 'ascii-security': 'stretch/updates',
'jessie-security': 'jessie/updates',
},
'DEBIAN': {
- 'ascii': 'testing',
- 'ascii-backports': 'testing-backports',
- 'ascii-proposed-updates': 'testing-proposed-updates',
- 'ascii-updates': 'testing-updates',
+ 'ascii': 'stretch',
+ 'ascii-backports': 'stretch-backports',
+ 'ascii-proposed-updates': 'stretch-proposed-updates',
+ 'ascii-updates': 'stretch-updates',
}
}