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
commitdc72a7a42bea08b10522dcaaa295e9120cbe1b3e (patch)
treed8935fe8e67ef9065bf3c8e136d264651e7e953a /data/config.json
parentbf8bd87eaf89b9bca26c29753c35a202d3a3fa3f (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