Age | Commit message (Collapse) | Author |
|
|
|
* 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
|
|
This reverts commit 7b0b78c43336c2c355465a17ceb4e83ad8a5a176.
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
portage tree and config
|
|
|
|
|
|
|
|
|
|
|