trename testing to stretch, due to debian releasing it soon - amprolla - devuan's apt repo merger
HTML git clone git://parazyd.org/amprolla.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit cea8d90386986eecc2ae3cecbd2f87a8470dfa88
DIR parent 4bf08220da984c30a0e94383befc606fadc293b9
HTML 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:
M lib/config.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
DIR diff --git a/lib/config.py b/lib/config.py
t@@ -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',
}
}