summaryrefslogtreecommitdiff
path: root/src/backend/setprofile.py
AgeCommit message (Collapse)Author
2023-04-08setprofile : make sure it stops with keyboard interruptV3n3RiX
2023-03-10eselectExec -> e_exe; envExec -> env_exeV3n3RiX
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-30various cleanupsV3n3RiX
2022-10-30move syncDatabase -> syncdbV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-09-16replace subprocess.Popen.wait with subprocess.Popen.communicate everywhere ↵V3n3RiX
we use pipes to avoid deadlocks
2021-07-10sisyphus backend : arm64 specific bitsv4.2107.0V3n3RiX
2020-12-14set the correct profilev4.2012.0V3n3RiX
2020-06-10branchsetup : new generic module, drop old branchinject, branchmaster && ↵V3n3RiX
branchnext modules; plug the new module into the new cli client -> works magic
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend ↵V3n3RiX
to work with the new backend ... gui frontend wip