summaryrefslogtreecommitdiff
path: root/src/frontend/cli/sisyphus-cli.py
AgeCommit message (Collapse)Author
2024-03-09rename some functionsnextV3n3RiX
2024-03-01* expose the --nodeps option from Portage in Sisyphus CLIHEADv6.2403.1masterV3n3RiX
* use it to install packages without retreiving their dependencies * rewrite and update the CLI help menu to reflect the new option * some minor cosmetic fixes
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-01-20don't silently fail while attempting to uninstall a package with reverse ↵v6.2401.0V3n3RiX
dependencies
2024-01-20rewrite help menusV3n3RiX
2023-04-28adjust some wordingV3n3RiX
2023-04-12adjust uninstallV3n3RiX
2023-04-09uninstall : simplify function argumentsV3n3RiX
2023-04-09rewrite upgrade; cleaner API : one entrypoint instead of three, handle ↵V3n3RiX
keyboard interrupt gracefully
2023-04-09rewrite install; cleaner API : one entrypoint instead of three, handle ↵V3n3RiX
keyboard interrupt gracefully
2023-04-08simplifyV3n3RiX
2023-04-08install : implement --oneshot, bugfix : ↵V3n3RiX
https://bugs.redcorelinux.org/show_bug.cgi?id=138
2023-04-08make uninstall function parameters more descriptiveV3n3RiX
2023-04-07rewrite updateV3n3RiX
2023-04-07rewrite uninstallV3n3RiX
2023-04-07backend : rewrite autoremoveV3n3RiX
2023-01-12bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual ↵v5.2301.0V3n3RiX
cache cleaning option
2022-12-18add github as a remote optionV3n3RiX
2022-10-30move setMirror -> mirrorsV3n3RiX
2022-10-30merge upgradepkg && upgradesrcV3n3RiX
2022-10-30merge installpkg && installsrcV3n3RiX
2022-10-30various cleanupsV3n3RiX
2022-10-30move upgrade{Pkg,Src} -> upgrade{pkg,src}V3n3RiX
2022-10-30move updateAll -> updateV3n3RiX
2022-10-30move uninstallAll -> uninstallV3n3RiX
2022-10-30move setJobs -> setjobsV3n3RiX
2022-10-30move setBranch -> setbranchV3n3RiX
2022-10-30move searchSrc -> searchsrcV3n3RiX
2022-10-30move installSrc -> installsrcV3n3RiX
2022-10-30move installPkg -> installpkgV3n3RiX
2022-10-30move recoverDatabase -> recoverdbV3n3RiX
2022-10-30move checkEnvironment -> checkenvV3n3RiX
2022-10-30move autoRemoveAll -> autoremoveV3n3RiX
2022-10-26fix typo : upgradeable -> upgradableV3n3RiX
2022-10-26rename start && startqt -> cliExec && guiExecV3n3RiX
2022-10-26merge uninstall && force uninstall functionsV3n3RiX
2022-09-17reorder imports alphabeticallyV3n3RiX
2022-09-17rearrange the backendV3n3RiX
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-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-30ui : move package operations into the backendV3n3RiX
2021-01-10minor tweaks to search filters && do not suggest --ebuild option when we ↵V3n3RiX
have a match
2020-08-18pythonize check.root :Pbionel
2020-08-18make sisyphus.check.root more portable, replace it everywhereV3n3RiX
2020-08-18fix imports in dbsearch (no need to import the whole thing), rename it so we ↵V3n3RiX
have something uniform
2020-08-13add alien filter, trigger updatesbionel
2020-08-04add dbsearch for cli frontendbionel
2020-07-04fix some minor typosv4.2007.0V3n3RiX
2020-06-22add readme, make setjobs more selectivev4.2006.0bionel
2020-06-21make setjobs selectivebionel