Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-04 | Revert "backend : maintain some consistency, shave off some more lines of code" | V3n3RiX | |
This reverts commit 30f0ed9e0fa8b93b98ce707b4b432c3959dc764c. | |||
2022-11-04 | backend : maintain some consistency, shave off some more lines of code | 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 | these are no longer needed | V3n3RiX | |
2022-10-30 | fix indentation | V3n3RiX | |
2022-10-30 | merge installpkg && installsrc | 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-08 | backend : we already have package category in the calculated dependency ↵v4.2102.0 | V3n3RiX | |
list, so use it and don't waste time extracting it from the tarbals | |||
2021-02-02 | minor changes | V3n3RiX | |
2021-01-30 | don't start from 0, but from 1 insteadv4.2101.1 | V3n3RiX | |
2021-01-30 | backend : show how many binaries out of how many we downloaded so far | V3n3RiX | |
2021-01-30 | ui : move package operations into the backend | V3n3RiX | |
2020-07-04 | fix some minor typosv4.2007.0 | V3n3RiX | |
2020-06-12 | backend : split hybrid options out ('sisyphus install pkgname --hybrid' or ↵ | V3n3RiX | |
'sisyphus upgrade --hybrid') | |||
2020-06-09 | sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵ | V3n3RiX | |
update, upgrade, rescue, spmsync, autoremove - all work | |||
2020-06-06 | filesystem module : gather all the folder and file paths used by sisyphus ↵ | V3n3RiX | |
under one module, and expose them to other modules from there | |||
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 |