Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-09 | portageOutput -> p_out | V3n3RiX | |
2023-03-09 | portageExec -> p_exe | V3n3RiX | |
2022-12-04 | add an aditional matchphrase to the dependency solver, add color support && ↵v4.2212.0 | V3n3RiX | |
pep8 the whole backend | |||
2022-11-16 | change pickle database names | V3n3RiX | |
2022-11-04 | backend : use pickle to store dependency lists across modules, split out ↵ | V3n3RiX | |
download as separate module (remove lots of duplicated code) | |||
2022-10-30 | space functions a bit | V3n3RiX | |
2022-10-30 | move resolveDeps -> solvedeps | V3n3RiX | |
2022-09-17 | rearrange the backend | V3n3RiX | |
2022-09-16 | bugfix : | V3n3RiX | |
* subprocess.Popen child processes can "sometimes" generate a very large output, causing a deadlock (**cough** dependency solver **cough**) * use subprocess.Popen.communicate instead of subprocess.Popen.wait to avoid such issues * see : https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait | |||
2021-02-15 | backend : enable bdeps by default in solvedeps && install && ebuildinstall ↵ | V3n3RiX | |
modules so we get everything in one go | |||
2021-02-06 | order imports, minor fix in check module | V3n3RiX | |
2020-06-09 | sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵ | V3n3RiX | |
update, upgrade, rescue, spmsync, autoremove - all work | |||
2020-06-06 | big rewrite : split the backend in smaller pieces, rework the cli frontend ↵ | V3n3RiX | |
to work with the new backend ... gui frontend wip |