mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02:00
fix(coreos/config): use both osuosl and chromeos mirrors
we need chromeos mirrors for stable packages and osuosl for new ones. In the future we will mirror our own stable packages.
This commit is contained in:
parent
3bad80c322
commit
3fde52aff9
@ -46,7 +46,10 @@ PORTAGE_BINHOST="$PREFLIGHT_BINHOST $FULL_BINHOST"
|
||||
# expat needed for XML parsing in GDB, but enable globally as overhead is tiny.
|
||||
USE="${USE} -cups hardened cros_host multilib pic pie -introspection expat"
|
||||
|
||||
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
|
||||
GENTOO_MIRRORS="
|
||||
http://gentoo.osuosl.org/
|
||||
https://commondatastorage.googleapis.com/chromeos-mirror/gentoo
|
||||
"
|
||||
|
||||
# Remove all .la files for non-plugin libraries.
|
||||
# Remove Gentoo init files since we use upstart.
|
||||
|
@ -60,7 +60,10 @@ PORTAGE_BINPKG_TAR_OPTS="--checkpoint=1000"
|
||||
DISTDIR="/var/lib/portage/distfiles-target"
|
||||
|
||||
# TODO: Our mirror should be more stable since we won't discard packages.
|
||||
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
|
||||
GENTOO_MIRRORS="
|
||||
http://gentoo.osuosl.org/
|
||||
https://commondatastorage.googleapis.com/chromeos-mirror/gentoo
|
||||
"
|
||||
|
||||
# Username and home directory of the shared user.
|
||||
SHARED_USER_NAME="core"
|
||||
|
Loading…
x
Reference in New Issue
Block a user