summaryrefslogtreecommitdiff
path: root/src/frontend/cli/sisyphus-cli.py
AgeCommit message (Collapse)Author
2018-11-11libsisyphus :V3n3RiX
* implement first part of hybrid install and hybrid upgrade * for now they'll fallback to binary mode only, even if source dependencies will be found sisyphus-cly : * expose the new functions via sisyphus hybrid-install and sisyphus hybrid-upgrade
2018-11-09refuse to install/uninstall/force-uninstall/search if no package name is givenV3n3RiX
2018-09-30hardcode binmodeV3n3RiX
2018-09-15reduce the number of database connections to speed things a bit, arrange the ↵v1.1809V3n3RiX
code a bit
2018-04-13make sisyphus-cli update independent of timestamp, to force a manual sync of ↵V3n3RiX
portage tree and config
2018-04-08oops...:Dv1.1804V3n3RiX
2018-04-06hook remote_descriptions tableV3n3RiX
2018-04-05convert all functions to camelcaseV3n3RiX
2018-03-25move functions to backend, where they belongV3n3RiX
2018-03-25add mirror selection to cli frontendbionel
2017-09-30fix yet another typoV3n3RiX
2017-09-30sisyphus-backend : add rescue option, to reinit a lost or corrupted db; fix ↵V3n3RiX
a widespread typo
2017-09-29backend : change the way we call portage; cli-frontend : no longer expose ↵V3n3RiX
auto options
2017-09-16rearrange backend && cli frontend codeV3n3RiX
2017-09-01sisyphus : objectify package list arguments, get rid of xterm, run ↵V3n3RiX
operations in background, progress bar to be implemented soon
2017-07-20bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=27V3n3RiX
2017-07-13add option to manually sync Sisyphus database with Portage databaseV3n3RiX
2017-06-28we don't need subprocess in hereV3n3RiX
2017-06-28drop not working optionsV3n3RiX
2017-06-26add remaining options from sisyphus bash backend/frontendV3n3RiX
2017-06-24write a proper Makefile, rearrange source code a bitV3n3RiX