mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-27 05:21:10 -05:00
PkgInfo: move squeeze to debian-archive
This commit is contained in:
parent
51b9586897
commit
52c08a77b9
@ -108,11 +108,11 @@ def _getDistro(release):
|
|||||||
|
|
||||||
Guesses the distribution from the release name."""
|
Guesses the distribution from the release name."""
|
||||||
release = release.lower()
|
release = release.lower()
|
||||||
debian = ("oldoldstable", "squeeze", "oldstable", "wheezy", "stable",
|
debian = ("oldoldstable", "oldstable", "wheezy", "stable",
|
||||||
"jessie", "testing", "sid", "unstable", "stretch", "buster",
|
"jessie", "testing", "sid", "unstable", "stretch", "buster",
|
||||||
"experimental")
|
"experimental")
|
||||||
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
|
debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge",
|
||||||
"etch", "lenny")
|
"etch", "lenny", "squeeze")
|
||||||
ubuntu = ("precise", "trusty", "vivid", "wily", "xenial")
|
ubuntu = ("precise", "trusty", "vivid", "wily", "xenial")
|
||||||
if release.startswith(debian):
|
if release.startswith(debian):
|
||||||
return "debian"
|
return "debian"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user