summaryrefslogtreecommitdiffstats
path: root/data/config.json
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2010-05-08 16:30:10 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2010-05-08 16:30:10 +0000
commitb2bb7c2d7685d0dcb14f2d1a0cb313e8d8eead5f (patch)
tree3bd70338a82080ebff87b78bcdec64db4975dcc1 /data/config.json
parente6c2915ef0d658b8ecdbe38d6a2bade81bde5667 (diff)
sectracker.repo.Config: new class, for loading config.json
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@14643 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data/config.json')
-rw-r--r--data/config.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/data/config.json b/data/config.json
new file mode 100644
index 0000000000..bba9f3c7ce
--- /dev/null
+++ b/data/config.json
@@ -0,0 +1,53 @@
+{
+ "repositories" : {
+ "etch": "http://mirror.1und1.de/debian/dists/etch",
+ "etch-security" :
+ "http://security.debian.org/debian-security/dists/etch/updates",
+ "etch-proposed-updates" :
+ "http://mirror.1und1.de/debian/dists/etch-proposed-updates",
+
+ "lenny": "http://mirror.1und1.de/debian/dists/lenny",
+ "lenny-security" :
+ "http://security.debian.org/debian-security/dists/lenny/updates",
+ "lenny-proposed-updates" :
+ "http://mirror.1und1.de/debian/dists/lenny-proposed-updates",
+
+ "squeeze": "http://mirror.1und1.de/debian/dists/squeeze",
+ "squeeze-security" :
+ "http://security.debian.org/debian-security/dists/squeeze/updates",
+ "squeeze-proposed-updates" :
+ "http://mirror.1und1.de/debian/dists/squeeze-proposed-updates",
+
+ "sid" : "http://mirror.1und1.de/debian/dists/sid"
+ },
+
+ "distributions" : {
+ "etch" : {
+ "members" : {
+ "unsupported" : ["etch", "etch-security"],
+ "optional" : ["etch-proposed-updates"]
+ },
+ "release" : "oldstable"
+ },
+ "lenny" : {
+ "members" : {
+ "supported" : ["lenny", "lenny-security"],
+ "optional" : ["lenny-proposed-updates"]
+ },
+ "release" : "stable"
+ },
+ "squeeze" : {
+ "members" : {
+ "supported" : ["squeeze", "squeeze-security"],
+ "optional" : ["squeeze-proposed-updates"]
+ },
+ "release" : "testing"
+ },
+ "sid" : {
+ "members" : {
+ "supported" : ["sid"]
+ },
+ "release" : "unstable"
+ }
+ }
+}

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