Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | backend: | V3n3RiX | |
* drop some checks we had in place due to expensive metadata regen * less time checking -> more time working -> faster sisyphus | |||
2021-02-15 | backend : enable bdeps by default in solvedeps && install && ebuildinstall ↵ | V3n3RiX | |
modules so we get everything in one go | |||
2021-02-06 | order imports, minor fix in check module | V3n3RiX | |
2021-02-02 | minor changes | V3n3RiX | |
2021-02-02 | make this code more pretty | V3n3RiX | |
2021-02-02 | * better explain some used terms | V3n3RiX | |
* update the help menu and CLI documentation * remove animations from setjobs module (it takes less than a second, so it's pointless) * make some error messages less cryptic && offer help to understand them * don't kill the graphical interface right away if there is a missmatch, display the error, offer help && and then die in 10 seconds | |||
2021-01-31 | backend : refuse to run if there is a missmatch between the local branch and ↵ | V3n3RiX | |
the binary repository | |||
2021-01-31 | Revert "backend : reuse binhost module in csvfiles module, one less portage ↵ | V3n3RiX | |
call" This reverts commit e4f2e722b2740d16ddc2ffa9b184287a7850b203. | |||
2021-01-31 | backend : reuse binhost module in csvfiles module, one less portage call | V3n3RiX | |
2020-08-18 | pythonize check.root :P | bionel | |
2020-08-18 | make sisyphus.check.root more portable, replace it everywhere | V3n3RiX | |
2020-06-10 | branchsetup : new generic module, drop old branchinject, branchmaster && ↵ | V3n3RiX | |
branchnext modules; plug the new module into the new cli client -> works magic | |||
2020-06-08 | rename some constants to something more pretty | V3n3RiX | |
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 | populate __init__.py to simplify the client imports, ignore some irrelevant ↵ | V3n3RiX | |
errors | |||
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 |