Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-09 | portageOutput -> p_out | V3n3RiX | |
2023-03-09 | portageExec -> p_exe | V3n3RiX | |
2023-03-05 | Revert "make some noise" | V3n3RiX | |
This reverts commit 49a117d75b6bf8a3437f8fe8ef0770b177c034d8. | |||
2023-03-05 | make some noise | 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-05 | some more consistencyv4.2211.0 | V3n3RiX | |
2022-10-30 | space functions a bit | V3n3RiX | |
2022-10-30 | various cleanups | V3n3RiX | |
2022-10-30 | move uninstallAll -> uninstall | 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-01-30 | ui : move package operations into the backend | V3n3RiX | |
2020-08-18 | pythonize check.root :P | bionel | |
2020-08-18 | make sisyphus.check.root more portable, replace it everywhere | V3n3RiX | |
2020-06-11 | let's make sure our imports are sane | 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 |