Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-19 | Revert "backend changes" | V3n3RiX | |
This reverts commit 7b0b78c43336c2c355465a17ceb4e83ad8a5a176. | |||
2018-08-18 | backend changes : | V3n3RiX | |
* portage binpkg fetcher seem to be buggy and unreliable since v2.3.40 also, it's weird they implemented it as an os.call to wget, instead of a proper python method * implement our own binpkg fetcher, written in python, and bypass buggy portage one * as a drawback, installation time may become slightly longer portage downloads in background and starts installation right away our new method will allways wait for the download to be complete before it starts to install...but hey, at least I won't get bugged every day about portage bugs | |||
2018-05-24 | restrict sisyphus to binmode only | V3n3RiX | |
2018-05-17 | make sure we leave no zombie alive | V3n3RiX | |
2018-04-23 | fix typov1.1805 | V3n3RiX | |
2018-04-23 | rearrange and comment the functions (what each of it does) | V3n3RiX | |
2018-04-22 | sisyphus backend : slight improvements | V3n3RiX | |
2018-04-14 | decorate startSync function with an animation | V3n3RiX | |
2018-04-13 | make sisyphus-cli update independent of timestamp, to force a manual sync of ↵ | V3n3RiX | |
portage tree and config | |||
2018-04-09 | drop datetime completely | V3n3RiX | |
2018-04-09 | use python-dateutil parser to parse remote timestamp (more reliable and safe) | V3n3RiX | |
2018-04-08 | rewrite history | V3n3RiX | |