mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
PkgInfo: add Ubuntu codename artful & remove wily
This commit is contained in:
parent
eef54cda77
commit
9e44bad118
@ -114,7 +114,7 @@ def _getDistro(release):
|
||||
"experimental", "bullseye")
|
||||
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
|
||||
"etch", "lenny", "squeeze")
|
||||
ubuntu = ("precise", "trusty", "wily", "xenial", "yakkety", "zesty")
|
||||
ubuntu = ("precise", "trusty", "xenial", "yakkety", "zesty", "artful")
|
||||
if release.startswith(debian):
|
||||
return "debian"
|
||||
elif release.startswith(ubuntu):
|
||||
|
Loading…
x
Reference in New Issue
Block a user