From b2bb7c2d7685d0dcb14f2d1a0cb313e8d8eead5f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 8 May 2010 16:30:10 +0000 Subject: 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 --- data/config.json | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 data/config.json (limited to 'data/config.json') 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" + } + } +} -- cgit v1.2.3