mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-30 07:21:12 -05:00
PkgInfo: update Debian, Ubuntu, Linux Mint codenames
Debian: +bookworm Ubuntu: -zesty +cosmic Mint: +tara
This commit is contained in:
parent
ea890b433a
commit
cd135286df
@ -104,10 +104,10 @@ class PkgInfo(callbacks.Plugin):
|
|||||||
release = release.lower()
|
release = release.lower()
|
||||||
debian = ("oldoldstable", "oldstable", "wheezy", "stable",
|
debian = ("oldoldstable", "oldstable", "wheezy", "stable",
|
||||||
"jessie", "testing", "sid", "unstable", "stretch", "buster",
|
"jessie", "testing", "sid", "unstable", "stretch", "buster",
|
||||||
"experimental", "bullseye")
|
"experimental", "bullseye", "bookworm")
|
||||||
ubuntu = ("trusty", "xenial", "zesty", "artful", "bionic")
|
ubuntu = ("trusty", "xenial", "artful", "bionic", "cosmic")
|
||||||
mint = ("betsy", "cindy", "qiana", "rebecca", "rafaela", "rosa",
|
mint = ("betsy", "cindy", "qiana", "rebecca", "rafaela", "rosa",
|
||||||
"sarah", "serena", "sonya", "sylvia")
|
"sarah", "serena", "sonya", "sylvia", "tara")
|
||||||
|
|
||||||
if release.startswith(debian):
|
if release.startswith(debian):
|
||||||
return "debian"
|
return "debian"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user