summaryrefslogtreecommitdiff
path: root/src/backend/update.py
AgeCommit message (Collapse)Author
2022-10-30various cleanupsV3n3RiX
2022-10-30move updateAll -> updateV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-08-09backend : split check.branch() functionV3n3RiX
2021-03-06merge similar modules togetherv4.2103V3n3RiX
2021-03-06backend:V3n3RiX
* drop some checks we had in place due to expensive metadata regen * less time checking -> more time working -> faster sisyphus
2021-03-06backend :V3n3RiX
* we now ship updated metadata in our ebuild tree * we fetch it via normal update/sync operation * local regen/update is no longer required * this will improve update/sync operations considerably
2021-02-15backend : enable bdeps by default in solvedeps && install && ebuildinstall ↵V3n3RiX
modules so we get everything in one go
2021-02-02minor changesV3n3RiX
2021-02-02make this code more prettyV3n3RiX
2021-02-02* better explain some used termsV3n3RiX
* 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-31backend : refuse to run if there is a missmatch between the local branch and ↵V3n3RiX
the binary repository
2021-01-31Revert "backend : reuse binhost module in csvfiles module, one less portage ↵V3n3RiX
call" This reverts commit e4f2e722b2740d16ddc2ffa9b184287a7850b203.
2021-01-31backend : reuse binhost module in csvfiles module, one less portage callV3n3RiX
2020-08-18make sisyphus.check.root more portable, replace it everywhereV3n3RiX
2020-06-06minor fixes, make the gui client work with the new backendV3n3RiX
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend ↵V3n3RiX
to work with the new backend ... gui frontend wip