summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-07fix potential UI loading issuesv2.1904.1V3n3RiX
2019-04-02more backend bugfixes: drop some redundant code, rework update and make sure ↵v2.1904.0V3n3RiX
we're always synced
2019-04-01this part became unreliable, so kick it outV3n3RiX
2019-03-21optimise the code a littleV3n3RiX
2019-03-21make syncing more robust, rely on git, not emergeV3n3RiX
2019-03-03cover some more portage errorsv2.1903.0V3n3RiX
2019-02-27libsisyphus backend :V3n3RiX
* detect when a package needs a keyword or mask change in order to proceed * print the requierd changes to stdout, and suggest user to appply them in order to proceed * this fixes a bug when sisyphus would start to download the binary dependencies of keyworded or masked packages but fail to install them due to missing keyword or mask changes sisyphus-gui : * adjust to libsisyphus backend changes
2019-02-27read portage's stderr, and expose it for our own useV3n3RiX
2019-02-26rename some variablesV3n3RiX
2019-02-08suppress some redundant portage messages already displayed by sisyphusv2.1812.2V3n3RiX
2018-12-31kindly ask our users to avoid using the main repository, and preffer mirrors ↵v2.1812.1V3n3RiX
instead
2018-12-31make search only search for binaries, implement hybrid search as an option ↵V3n3RiX
to search for binaries and/or ebuilds
2018-12-31make emerge verboseV3n3RiX
2018-11-25add support for next (testing) repositoryv2.1812V3n3RiX
2018-11-20libsisyphus.py : apply the same trick to speed up remote database retrievalV3n3RiX
2018-11-20libsisyphus : make use of tuples to get all dependency (binary,source) ↵V3n3RiX
information in one go, thus improving dependency resolution time by 100%
2018-11-15improve messageV3n3RiX
2018-11-15fix messageV3n3RiX
2018-11-14make this a bit more clearV3n3RiX
2018-11-14add dash dash :DV3n3RiX
2018-11-13increase verbosityV3n3RiX
2018-11-13libsisyphus :V3n3RiX
* implement pure source (ebuild) mode install/upgrade
2018-11-11prevent false positives when system is set to srcmode, and install/upgrade ↵V3n3RiX
is used instead of hybrid-install/hybrid-upgrade
2018-11-11libsisyphus :V3n3RiX
* implement hybrid (binary/ebuild) mode install/upgrade * pure source (ebuild) mode will follow
2018-11-11fix logic, and open up some further options for hybrid modeV3n3RiX
2018-11-11revamp helpV3n3RiX
2018-11-11revamp helpV3n3RiX
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-11implement first bits for hybrid installsV3n3RiX
2018-11-10make more room for hybrid and source modeV3n3RiX
2018-11-10sisyphus-gui : print some more information when executed from cliV3n3RiX
2018-11-10make room to implement hybrid mode and source mode in libsisyphusV3n3RiX
2018-11-10split input questionV3n3RiX
2018-11-09...V3n3RiX
2018-11-09refuse to install/uninstall/force-uninstall/search if no package name is givenV3n3RiX
2018-11-09use portage cache as download location for binariesV3n3RiX
2018-11-09use portage cache as download location for binariesV3n3RiX
2018-10-28sisyphus-gui : print some more information on stdout, when executed from CLIv1.1810V3n3RiX
2018-10-27and yet another dependency filter fixV3n3RiX
2018-09-30disable fuzzy search and misspell suggestionsV3n3RiX
2018-09-30hardcode binmodeV3n3RiX
2018-09-22shamelessly ask the same questions portage itself asks :DV3n3RiX
2018-09-22make the output more pleasantV3n3RiX
2018-09-22libsisyphus.py : fix breakage introduced in ↵V3n3RiX
8dc2ab082f49b4bfaa9a4de05fe97bbddaf1eecf
2018-09-22libsisyphus.py : fix breakage introduced in ↵V3n3RiX
8dc2ab082f49b4bfaa9a4de05fe97bbddaf1eecf
2018-09-22convert to stringV3n3RiX
2018-09-22fix typoV3n3RiX
2018-09-22libsisyphus.py : show how many packages will be mergedV3n3RiX
2018-09-18libsisyphus.py :V3n3RiX
* expand the install parser to cover some more cases and avoid "Exception: 404: Not Found" errors * filter out some more portage resolution messages to further avoid dependency list mixups
2018-09-15reduce the number of database connections to speed things a bit, arrange the ↵v1.1809V3n3RiX
code a bit