summaryrefslogtreecommitdiff
path: root/src/backend/autoremove.py
AgeCommit message (Collapse)Author
2022-10-30move killPortage -> killemergeV3n3RiX
2022-10-30move checkEnvironment -> checkenvV3n3RiX
2022-10-30move autoRemoveAll -> autoremoveV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-09-16bugfix :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-30ui : move package operations into the backendV3n3RiX
2020-09-20fix check.rootbionel
2020-08-18make sisyphus.check.root more portable, replace it everywhereV3n3RiX
2020-06-11let's make sure our imports are saneV3n3RiX
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵V3n3RiX
update, upgrade, rescue, spmsync, autoremove - all work