PATH:
lib
/
python3.9
/
site-packages
/
cockpit
# supported OSes for beibooting; entries are os-release keys # keep this in sync with bots/lib/testmap.py supported_oses: 'list[dict[str, str | None]]' = [ # rolling release {"ID": "arch", "VERSION_ID": None}, # match/describe CentOS separately, it's the upstream of all RHEL clones {"ID": "centos", "PLATFORM_ID": "platform:el9"}, {"ID": "centos", "PLATFORM_ID": "platform:el10"}, {"PLATFORM_ID": "platform:el8"}, {"PLATFORM_ID": "platform:el9"}, {"PLATFORM_ID": "platform:el10"}, {"ID": "debian", "VERSION_ID": "12"}, {"ID": "debian", "VERSION_ID": "13"}, # rolling release {"ID": "debian", "VERSION_ID": None}, {"ID": "fedora", "VERSION_ID": "40"}, {"ID": "fedora", "VERSION_ID": "41"}, {"ID": "fedora", "VERSION_ID": "42"}, {"ID": "ubuntu", "VERSION_ID": "22.04"}, {"ID": "ubuntu", "VERSION_ID": "24.04"}, {"ID": "ubuntu", "VERSION_ID": "25.04"}, ]
[+]
..
[+]
__pycache__
[+]
_vendor
[+]
channels
[+]
data
[-] __init__.py
[edit]
[-] _version.py
[edit]
[-] beiboot.py
[edit]
[-] beipack.py
[edit]
[-] bridge.py
[edit]
[-] channel.py
[edit]
[-] config.py
[edit]
[-] internal_endpoints.py
[edit]
[-] jsonutil.py
[edit]
[-] osinfo.py
[edit]
[-] packages.py
[edit]
[-] peer.py
[edit]
[-] polkit.py
[edit]
[-] polyfills.py
[edit]
[-] protocol.py
[edit]
[-] remote.py
[edit]
[-] router.py
[edit]
[-] samples.py
[edit]
[-] superuser.py
[edit]
[-] transports.py
[edit]