Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-07 | backend : rewrite autoremove | V3n3RiX | |
2023-03-11 | run autopep8 on the code | V3n3RiX | |
2023-03-09 | remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; ↵ | V3n3RiX | |
localCSV -> lcl_csv | |||
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 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 |