[Secure-testing-commits] r16586 - data
Florian Weimer
fw at alioth.debian.org
Sun Apr 24 17:07:40 UTC 2011
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" : {
More information about the Secure-testing-commits
mailing list