mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-03 08:51:13 -05:00
PkgInfo: Add Ubuntu 15.10 codename "wily"
This commit is contained in:
parent
00d261cdd9
commit
7bb4cdee41
@ -84,7 +84,7 @@ class PkgInfo(callbacks.Plugin):
|
|||||||
"experimental")
|
"experimental")
|
||||||
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
|
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
|
||||||
"etch", "lenny")
|
"etch", "lenny")
|
||||||
ubuntu = ("lucid", "precise", "trusty", "utopic", "vivid")
|
ubuntu = ("lucid", "precise", "trusty", "utopic", "vivid", "wily")
|
||||||
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