summaryrefslogtreecommitdiff
path: root/src/frontend/cli
AgeCommit message (Collapse)Author
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
2020-06-20backend : adjust to changed optionsV3n3RiX
2020-06-20change the hybrid option to ebuildbionel
2020-06-19minor tweaksV3n3RiX
2020-06-19small improvements, add short optionsbionel
2020-06-14sisyphus-cli : plug in the hybrid options, document themV3n3RiX
2020-06-10sisyphus-cli : document uninstall option betterV3n3RiX
2020-06-10branchsetup : new generic module, drop old branchinject, branchmaster && ↵V3n3RiX
branchnext modules; plug the new module into the new cli client -> works magic
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵V3n3RiX
update, upgrade, rescue, spmsync, autoremove - all work
2020-06-09make search workV3n3RiX
2020-06-09sisyphus-cli : import the backend into the new client, plug the mirror ↵V3n3RiX
module -> mirror setup works
2020-06-09cli-frontend : make the new client the default clinetV3n3RiX
2020-06-07add spmsync option backV3n3RiX
2020-06-06populate __init__.py to simplify the client imports, ignore some irrelevant ↵V3n3RiX
errors
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend ↵V3n3RiX
to work with the new backend ... gui frontend wip
2019-09-15regenerate portage metadata whenever we're changing the branches, rename ↵v3.1909.2V3n3RiX
some functions
2019-09-14replace subprocess.call with subprocess.Popen in sync code, rework the logic ↵v3.1909.1V3n3RiX
a bit to make it more reliable
2019-08-04make sisyphus auto adapt itself to the CPU numbers used in a systemv3.1908.0V3n3RiX
2019-07-07sisyphus-cli : make branch switching syntax bit more prettyV3n3RiX
2019-07-06libsisyphus : use pygit2 instead of subprocess to change branches, add ↵V3n3RiX
options to use gitlab.com or pagure.io as remote
2019-06-13add capability to switch branchesV3n3RiX
2019-06-13make hybrid options default, this way one can install whatever he wants from ↵V3n3RiX
the get go
2019-04-02more backend bugfixes: drop some redundant code, rework update and make sure ↵v2.1904.0V3n3RiX
we're always synced
2018-12-31make search only search for binaries, implement hybrid search as an option ↵V3n3RiX
to search for binaries and/or ebuilds
2018-11-14add dash dash :DV3n3RiX
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