summaryrefslogtreecommitdiff
path: root/src/backend/checkenv.py
AgeCommit message (Collapse)Author
2023-04-15check for internet connectivity, and stop execution if there is noneV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-09isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> ↵V3n3RiX
is_src; areBinaries -> bin_list; areSources -> src_list
2023-03-09systemBranch -> sys_brch; activeBranch -> act_brch; localBranch -> lcl_brch; ↵V3n3RiX
remoteBranch -> rmt_brch
2023-03-09fixupsV3n3RiX
2023-03-09binhostURL -> bhaddrV3n3RiX
2023-01-12minor tweaksV3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && ↵v4.2212.0V3n3RiX
pep8 the whole backend
2022-10-30space functions a bitV3n3RiX
2022-10-30move getFilesystem -> getfsV3n3RiX
2022-10-30move getEnvironment -> getenvV3n3RiX