summaryrefslogtreecommitdiff
path: root/src/backend/branchsetup.py
AgeCommit message (Collapse)Author
2022-09-17rearrange the backendV3n3RiX
2021-06-08backend : leave the package cache alone while switching branchesV3n3RiX
2021-03-06merge similar modules togetherv4.2103V3n3RiX
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-06order imports, minor fix in check moduleV3n3RiX
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
2020-09-20fix check.rootbionel
2020-08-18make sisyphus.check.root more portable, replace it everywhereV3n3RiX
2020-06-13branchsetup : use GitPython instead of subprocessV3n3RiX
2020-06-11let's make sure our imports are saneV3n3RiX
2020-06-11branchsetup : split into multiple functions, warn users about the binary ↵V3n3RiX
repository/branch compatibility once the switch is completed
2020-06-10branchsetup : new generic module, drop old branchinject, branchmaster && ↵V3n3RiX
branchnext modules; plug the new module into the new cli client -> works magic