summaryrefslogtreecommitdiffstats
path: root/data/config.json
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2018-06-01 15:24:58 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2018-06-08 09:26:45 +0200
commit0cb94dee777219c6edf3b3c2579c17fe46afc13f (patch)
tree8ba82afe2b18004b0c409045002dd512cf96bac0 /data/config.json
parent375ba023951257874416fd6fc291945210354d66 (diff)
Move source list to a config file
Diffstat (limited to 'data/config.json')
-rw-r--r--data/config.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/data/config.json b/data/config.json
index ee89ac614a..f59ee1b8d4 100644
--- a/data/config.json
+++ b/data/config.json
@@ -30,13 +30,13 @@
"members" : {
"supported" : ["lenny", "lenny-security"],
"optional" : ["lenny-proposed-updates"]
- },
+ }
},
"squeeze" : {
"members" : {
"supported" : ["squeeze", "squeeze-security"],
"optional" : ["squeeze-proposed-updates"]
- },
+ }
},
"wheezy" : {
"members" : {
@@ -65,5 +65,12 @@
},
"release" : "unstable"
}
+ },
+
+ "sources" : {
+ "/CVE/list" : "CVEFile",
+ "/DSA/list" : "DSAFile",
+ "/DTSA/list" : "DTSAFile",
+ "/DLA/list" : "DSAFile"
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy