Merge pull request #416 from tianon/debian-buster
Add Debian Buster (10) and update "*stable" aliases
This commit is contained in:
parent
f2f213470b
commit
4f8d6bee1e
@ -21,13 +21,15 @@ var DebianReleasesMapping = map[string]string{
|
||||
"wheezy": "7",
|
||||
"jessie": "8",
|
||||
"stretch": "9",
|
||||
"buster": "10",
|
||||
"sid": "unstable",
|
||||
|
||||
// Class names
|
||||
"oldstable": "7",
|
||||
"stable": "8",
|
||||
"testing": "9",
|
||||
"unstable": "unstable",
|
||||
"oldoldstable": "7",
|
||||
"oldstable": "8",
|
||||
"stable": "9",
|
||||
"testing": "10",
|
||||
"unstable": "unstable",
|
||||
}
|
||||
|
||||
// UbuntuReleasesMapping translates Ubuntu code names to version numbers
|
||||
|
Loading…
Reference in New Issue
Block a user