diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-19 13:09:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-19 13:09:41 +0100 |
commit | 918f88f5d1a0b6e7e02ba35aa0fb1cbcb24240bd (patch) | |
tree | 032a5a9450158e7a1586455012b0a3c67202cb45 /src/frontend | |
parent | 5fd6c5e96a278621682b69c72de1057380d9fb9d (diff) |
backend changes (2nd attempt, this time it works without getbinpkg):
* 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
Diffstat (limited to 'src/frontend')
0 files changed, 0 insertions, 0 deletions