Merge pull request #416 from tianon/debian-buster
Add Debian Buster (10) and update "*stable" aliases
This commit is contained in:
commit
6e8d52d020
@ -21,12 +21,14 @@ var DebianReleasesMapping = map[string]string{
|
|||||||
"wheezy": "7",
|
"wheezy": "7",
|
||||||
"jessie": "8",
|
"jessie": "8",
|
||||||
"stretch": "9",
|
"stretch": "9",
|
||||||
|
"buster": "10",
|
||||||
"sid": "unstable",
|
"sid": "unstable",
|
||||||
|
|
||||||
// Class names
|
// Class names
|
||||||
"oldstable": "7",
|
"oldoldstable": "7",
|
||||||
"stable": "8",
|
"oldstable": "8",
|
||||||
"testing": "9",
|
"stable": "9",
|
||||||
|
"testing": "10",
|
||||||
"unstable": "unstable",
|
"unstable": "unstable",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user