Skip to content

Commit

Permalink
Merge pull request #416 from tianon/debian-buster
Browse files Browse the repository at this point in the history
Add Debian Buster (10) and update "*stable" aliases
  • Loading branch information
jzelinskie committed Jun 19, 2017
1 parent f2f2134 commit 4f8d6be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions database/namespace_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f8d6be

Please sign in to comment.