Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-30 | space functions a bit | V3n3RiX | |
2022-10-30 | these are no longer needed | V3n3RiX | |
2022-10-30 | merge upgradepkg && upgradesrc | 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-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 | fix typo | 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-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 |