Skip to content

Commit

Permalink
PkgInfo: add "xenial" to Ubuntu codenames, drop "lucid" and "utopic" …
Browse files Browse the repository at this point in the history
…(lookup no longer available)
  • Loading branch information
James Lu authored and James Lu committed Nov 1, 2015
1 parent 18b2c27 commit 2cfdb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PkgInfo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _getDistro(release):
"experimental")
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
"etch", "lenny")
ubuntu = ("lucid", "precise", "trusty", "utopic", "vivid", "wily")
ubuntu = ("precise", "trusty", "vivid", "wily", "xenial")
if release.startswith(debian):
return "debian"
elif release.startswith(ubuntu):
Expand Down

0 comments on commit 2cfdb46

Please sign in to comment.