mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
As-is all of the various emerge wrapping scripts default to using --getbinpkg whenever --usepkg is enabled. This means every single emerge command made makes multiple synchronous HTTP requests to the upstream binary package repository to get the latest package list. This gets really frustrating when working remotely with limited network connectivity. Using --usepkg with --nogetbinpkg will use locally cached packages without making remote requests.
Description
Languages
Shell
93.1%
Python
6.9%