From 5cb7e355fc0dd60c66850593d31ace9b546a458e Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 3 Apr 2016 14:08:05 +0000 Subject: data/config.json: update for the jessie release git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@40730 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- data/config.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'data/config.json') diff --git a/data/config.json b/data/config.json index 974e347f46..19e0e2daf7 100644 --- a/data/config.json +++ b/data/config.json @@ -37,20 +37,27 @@ "supported" : ["squeeze", "squeeze-security"], "optional" : ["squeeze-proposed-updates"] }, - "release" : "oldstable" + "release" : "oldoldstable" }, "wheezy" : { "members" : { "supported" : ["wheezy", "wheezy-security"], "optional" : ["wheezy-proposed-updates"] }, - "release" : "stable" + "release" : "oldstable" }, "jessie" : { "members" : { "supported" : ["jessie", "jessie-security"], "optional" : ["jessie-proposed-updates"] }, + "release" : "stable" + }, + "stretch" : { + "members" : { + "supported" : ["stretch", "stretch-security"], + "optional" : ["stretch-proposed-updates"] + }, "release" : "testing" }, "sid" : { -- cgit v1.2.3