summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-18shave off some duplicated codev4.2009.0V3n3RiX
2020-08-18avoid confusionsbionel
2020-08-18pythonize check.root :Pbionel
2020-08-18default no longer needed herebionel
2020-08-18quick fixbionel
2020-08-18remove redundancyV3n3RiX
2020-08-18fix missing importV3n3RiX
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-16better suggestion for aliensbionel
2020-08-16allow search as non-rootbionel
2020-08-14improve alien descriptionbionel
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-21backend : drop help.py, no longer neededV3n3RiX
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-13branchsetup : use GitPython instead of subprocessV3n3RiX
2020-06-12backend : split hybrid options out ('sisyphus install pkgname --hybrid' or ↵V3n3RiX
'sisyphus upgrade --hybrid')
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-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-09Add implementation of sisiphus-cli using typerbionel
2020-06-08rename some constants to something more prettyV3n3RiX
2020-06-07update __init__.pyV3n3RiX
2020-06-07add spmsync option backV3n3RiX
2020-06-06filesystem module : gather all the folder and file paths used by sisyphus ↵V3n3RiX
under one module, and expose them to other modules from there
2020-06-06minor fixes, make the gui client work with the new backendV3n3RiX
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-12-31libsisyphus : undecorateV3n3RiX
2019-12-31libsisyphus : decorate metadata refresh function...it will give an aditional ↵V3n3RiX
clue of what is happening
2019-12-19libsisyphus: fix parser confusion when some package triggers a number of ↵V3n3RiX
rebuilds
2019-10-18be quietV3n3RiX
2019-10-17do some housekeeping and garbage collection once finishedv3.1910.1V3n3RiX
2019-10-17bugfix :V3n3RiX
* git reset --hard is a bit overkill for portage config files sync as it will reset MAKEOPTS, custom USE flags, keywords, masks etc * to preserve them, use git stash right before the hard reset, and then apply the stash
2019-10-11libsisyphus : always sync the configuration filesv3.1910.0V3n3RiX
2019-10-06fix GUI when unable to install packages with same name from different categoriesbionel
2019-09-15regenerate portage metadata whenever we're changing the branches, rename ↵v3.1909.2V3n3RiX
some functions