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:
Brandon Philips 2013-03-06 14:19:43 -08:00
parent 3bad80c322
commit 3fde52aff9
2 changed files with 8 additions and 2 deletions

View File

@ -46,7 +46,10 @@ PORTAGE_BINHOST="$PREFLIGHT_BINHOST $FULL_BINHOST"
# expat needed for XML parsing in GDB, but enable globally as overhead is tiny. # 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" 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 all .la files for non-plugin libraries.
# Remove Gentoo init files since we use upstart. # Remove Gentoo init files since we use upstart.

View File

@ -60,7 +60,10 @@ PORTAGE_BINPKG_TAR_OPTS="--checkpoint=1000"
DISTDIR="/var/lib/portage/distfiles-target" DISTDIR="/var/lib/portage/distfiles-target"
# TODO: Our mirror should be more stable since we won't discard packages. # 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. # Username and home directory of the shared user.
SHARED_USER_NAME="core" SHARED_USER_NAME="core"