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
commit71460b51ce2e60daaec625cb17243320337c1078 (patch)
treec3a7886d7bc8627cbcc0f485138c1c8d91710ee2 /data/config.json
parent85358069b8a1cdf6ba0859d425c7e5fe44d5b498 (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