mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02:00
fix(make.conf): Disable force-mirror
This feature forces emerge to only fetch sources from mirrors, never the SRC_URI provided in actual ebuilds. Disabling this should fix our issues with portage tarballs vanishing. :-D
This commit is contained in:
parent
0213194ec7
commit
d86b12d982
@ -22,7 +22,7 @@ PORTAGE_TMPDIR=${ROOT}tmp/
|
|||||||
PORT_LOGDIR=${ROOT}tmp/portage/logs/
|
PORT_LOGDIR=${ROOT}tmp/portage/logs/
|
||||||
|
|
||||||
FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect
|
FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect
|
||||||
-ebuild-locks force-mirror nodoc noinfo noman parallel-install
|
-ebuild-locks -force-mirror nodoc noinfo noman parallel-install
|
||||||
sandbox splitdebug -strict userfetch userpriv usersandbox
|
sandbox splitdebug -strict userfetch userpriv usersandbox
|
||||||
-unknown-features-warn"
|
-unknown-features-warn"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user