[Secure-testing-commits] r40730 - data
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Sun Apr 3 14:08:05 UTC 2016
Author: carnil
Date: 2016-04-03 14:08:05 +0000 (Sun, 03 Apr 2016)
New Revision: 40730
Modified:
data/config.json
Log:
data/config.json: update for the jessie release
Modified: data/config.json
===================================================================
--- data/config.json 2016-04-03 13:18:04 UTC (rev 40729)
+++ data/config.json 2016-04-03 14:08:05 UTC (rev 40730)
@@ -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" : {
More information about the Secure-testing-commits
mailing list