Add Debian Buster (10) and update "*stable" aliases
See https://lists.debian.org/debian-announce/2017/msg00003.html for the official release announcement for Debian Stretch.
This commit is contained in:
parent
fec86b6211
commit
de271820a8
@ -21,13 +21,15 @@ 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",
|
||||||
"unstable": "unstable",
|
"testing": "10",
|
||||||
|
"unstable": "unstable",
|
||||||
}
|
}
|
||||||
|
|
||||||
// UbuntuReleasesMapping translates Ubuntu code names to version numbers
|
// UbuntuReleasesMapping translates Ubuntu code names to version numbers
|
||||||
|
Loading…
Reference in New Issue
Block a user