summaryrefslogtreecommitdiffstats
path: root/data/config.json
blob: f59ee1b8d45ef51d43e7283fbcacdb484cc49658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "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" : {
    "potato" : {},
    "woody" : {},
    "sarge" : {},
    "etch" : {},
    "lenny" : {
      "members" : {
	"supported" : ["lenny", "lenny-security"],
	"optional" : ["lenny-proposed-updates"]
      }
    },
    "squeeze" : {
      "members" : {
	"supported" : ["squeeze", "squeeze-security"],
	"optional" : ["squeeze-proposed-updates"]
      }
    },
    "wheezy" : {
      "members" : {
	"supported" : ["wheezy", "wheezy-security"],
	"optional" : ["wheezy-proposed-updates"]
      },
      "release" : "oldstable"
    },
    "jessie" : {
      "members" : {
	"supported" : ["jessie", "jessie-security"],
	"optional" : ["jessie-proposed-updates"]
      },
      "release" : "stable"
    },
    "stretch" : {
      "members" : {
	"supported" : ["stretch", "stretch-security"],
	"optional" : ["stretch-proposed-updates"]
      },
      "release" : "testing"
    },
    "sid" : {
      "members" : {
	"supported" : ["sid"]
      },
      "release" : "unstable"
    }
  },

  "sources" : {
    "/CVE/list" : "CVEFile",
    "/DSA/list" : "DSAFile",
    "/DTSA/list" : "DTSAFile",
    "/DLA/list" : "DSAFile"
  }
}

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