Author: fw Date: 2011-04-24 17:07:37 +0000 (Sun, 24 Apr 2011) New Revision: 16586 Modified: data/config.json Log: data/config.json: update for the squeeze release Modified: data/config.json ==================================================================--- data/config.json 2011-04-24 17:04:37 UTC (rev 16585) +++ data/config.json 2011-04-24 17:07:37 UTC (rev 16586) @@ -25,25 +25,26 @@ "potato" : {}, "woody" : {}, "sarge" : {}, - "etch" : { - "members" : { - "unsupported" : ["etch", "etch-security"], - "optional" : ["etch-proposed-updates"] - }, - "release" : "oldstable" - }, + "etch" : {}, "lenny" : { "members" : { "supported" : ["lenny", "lenny-security"], "optional" : ["lenny-proposed-updates"] }, - "release" : "stable" + "release" : "oldstable" }, "squeeze" : { "members" : { "supported" : ["squeeze", "squeeze-security"], "optional" : ["squeeze-proposed-updates"] }, + "release" : "stable" + }, + "wheezy" : { + "members" : { + "supported" : ["wheezy", "wheezy-security"], + "optional" : ["wheezy-proposed-updates"] + }, "release" : "testing" }, "sid" : {