Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-09 | sisyphus-cli : import the backend into the new client, plug the mirror ↵ | V3n3RiX | |
module -> mirror setup works | |||
2020-06-09 | cli-frontend : make the new client the default clinet | V3n3RiX | |
2020-06-08 | rename some constants to something more pretty | V3n3RiX | |
2020-06-07 | update __init__.py | V3n3RiX | |
2020-06-07 | add spmsync option back | V3n3RiX | |
2020-06-06 | filesystem 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-06 | minor fixes, make the gui client work with the new backend | V3n3RiX | |
2020-06-06 | populate __init__.py to simplify the client imports, ignore some irrelevant ↵ | V3n3RiX | |
errors | |||
2020-06-06 | big rewrite : split the backend in smaller pieces, rework the cli frontend ↵ | V3n3RiX | |
to work with the new backend ... gui frontend wip | |||
2019-12-31 | libsisyphus : undecorate | V3n3RiX | |
2019-12-31 | libsisyphus : decorate metadata refresh function...it will give an aditional ↵ | V3n3RiX | |
clue of what is happening | |||
2019-12-19 | libsisyphus: fix parser confusion when some package triggers a number of ↵ | V3n3RiX | |
rebuilds | |||
2019-10-18 | be quiet | V3n3RiX | |
2019-10-17 | do some housekeeping and garbage collection once finishedv3.1910.1 | V3n3RiX | |
2019-10-17 | bugfix : | 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-11 | libsisyphus : always sync the configuration filesv3.1910.0 | V3n3RiX | |
2019-09-15 | regenerate portage metadata whenever we're changing the branches, rename ↵v3.1909.2 | V3n3RiX | |
some functions | |||
2019-09-14 | replace subprocess.call with subprocess.Popen in sync code, rework the logic ↵v3.1909.1 | V3n3RiX | |
a bit to make it more reliable | |||
2019-09-08 | More bugfixesv3.1909.0 | V3n3RiX | |
* backend : * make sync more reliable and future proof (in case we will have more branches) * while the bugfix commit 12c2d64d475552f7ccfb078613a8fbfcea1efaba fixed a long stading bug * it also slowed us down considerably triggering metadata refresh when it wasn't actually * needed. Rework the code to trigger metadata refresh only when absolutely needed * this will speed up things considerably, specially dependency resolution | |||
2019-09-08 | Revert "start replacing subprocess.call with subprocess.Popen" | V3n3RiX | |
This reverts commit 9dbe22f88fae49eac34bdb123f2e1acfc24a6a99. | |||
2019-09-08 | start replacing subprocess.call with subprocess.Popen | V3n3RiX | |
2019-09-06 | Bugfix && feature : | V3n3RiX | |
* since our sync method is different than portage, sisyphus may fail to resolve dependencies properly in certain cases * copy portage's behaviour, perform global updates (SLOT moves, blockers etc) and refresh the metadata after every sync * while this will slow down the sync a little, it will accelerate dependency solving considerably | |||
2019-08-06 | libsisyphus : revert to using shallow clonesv3.1908.1 | V3n3RiX | |
2019-07-14 | libsisyphus : remove duplicate import | V3n3RiX | |
2019-07-08 | libsisyphus : take stratact's suggestion, redocument the new optionsv3.1907.0 | V3n3RiX | |
2019-07-08 | libsisyphus : document the new options | V3n3RiX | |
2019-07-06 | libsisyphus : use pygit2 instead of subprocess to change branches, add ↵ | V3n3RiX | |
options to use gitlab.com or pagure.io as remote | |||
2019-07-05 | bugfix : fix extraction error when two (or more) binary packages have the ↵ | V3n3RiX | |
exact same name but they aZre in different categories (e.g.: acct-group/mail-0.tbz2 && acct-user/mail-0.tbz2) | |||
2019-07-04 | libsisyphus : fix a race condition && sisyphus-gui : use breeze style if ↵ | V3n3RiX | |
available | |||
2019-06-29 | make messages more accurate | V3n3RiX | |
2019-06-19 | bugfix : | V3n3RiX | |
* fatal: refusing to merge unrelated histories * although shallow clones are MUCH faster, they cause some issues with diverging history * do a full clone when changing branches, and pull the full history when updating | |||
2019-06-19 | accept refs that require updating .git/shallow | V3n3RiX | |
2019-06-19 | do not create a local branch for next, point master to origin/next | V3n3RiX | |
2019-06-13 | add capability to switch branches | V3n3RiX | |
2019-06-13 | ... | V3n3RiX | |
2019-06-13 | make hybrid options default, this way one can install whatever he wants from ↵ | V3n3RiX | |
the get go | |||
2019-06-06 | do a shallow pull when syncing the tree to speed up things considerably, ↵ | V3n3RiX | |
specially when switching branches | |||
2019-06-01 | libsisyphus : | V3n3RiX | |
- implement binary package cache auto cleaning mechanism - stop relying on a portage hook to clean up the binary package cache - although the portage hook works OKish, it has some severe limitations : - it is not aware of partial downloads (it can never be, since sisyphus doesn't rely on portage but uses it's internal mechanism to download binary packages) - the cleaning itself is only partial, leaving empty directories behind - if a previous cleaning has failed (keyboard interrupt), it will confuse the dependency resolver | |||
2019-04-02 | more backend bugfixes: drop some redundant code, rework update and make sure ↵v2.1904.0 | V3n3RiX | |
we're always synced | |||
2019-04-01 | this part became unreliable, so kick it out | V3n3RiX | |
2019-03-21 | optimise the code a little | V3n3RiX | |
2019-03-21 | make syncing more robust, rely on git, not emerge | V3n3RiX | |
2019-03-03 | cover some more portage errorsv2.1903.0 | V3n3RiX | |
2019-02-27 | libsisyphus 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-27 | read portage's stderr, and expose it for our own use | V3n3RiX | |
2019-02-26 | rename some variables | V3n3RiX | |
2019-02-08 | suppress some redundant portage messages already displayed by sisyphusv2.1812.2 | V3n3RiX | |
2018-12-31 | kindly ask our users to avoid using the main repository, and preffer mirrors ↵v2.1812.1 | V3n3RiX | |
instead | |||
2018-12-31 | make search only search for binaries, implement hybrid search as an option ↵ | V3n3RiX | |
to search for binaries and/or ebuilds | |||
2018-12-31 | make emerge verbose | V3n3RiX | |