Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mherrmann/fbs
/ is_arch_linux
Function
is_arch_linux
fbs_runtime/platform.py:48–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
return
False
47
48
def
is_arch_linux():
49
try
:
50
return
linux_distribution() in (
'Arch Linux'
,
'Manjaro Linux'
)
51
except
FileNotFoundError:
52
return
False
53
54
def
is_fedora():
55
try
:
Callers
9
run_fpm
Function · 0.90
freeze
Function · 0.90
installer
Function · 0.90
sign_installer
Function · 0.90
repo
Function · 0.90
_repo_is_supported
Function · 0.90
upload
Function · 0.90
release
Function · 0.90
get_default_profiles
Function · 0.90
Calls
1
linux_distribution
Function · 0.85
Tested by
no test coverage detected