mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-27 13:31:10 -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")
|
"experimental", "bullseye")
|
||||||
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
|
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
|
||||||
"etch", "lenny", "squeeze")
|
"etch", "lenny", "squeeze")
|
||||||
ubuntu = ("precise", "trusty", "wily", "xenial", "yakkety", "zesty")
|
ubuntu = ("precise", "trusty", "xenial", "yakkety", "zesty", "artful")
|
||||||
if release.startswith(debian):
|
if release.startswith(debian):
|
||||||
return "debian"
|
return "debian"
|
||||||
elif release.startswith(ubuntu):
|
elif release.startswith(ubuntu):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user