Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 syncDatabase -> syncdb | V3n3RiX | |
2022-10-30 | move killPortage -> killemerge | V3n3RiX | |
2022-10-30 | move checkEnvironment -> checkenv | V3n3RiX | |
2022-10-30 | move autoRemoveAll -> autoremove | 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-09-20 | fix check.root | 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 |