fix(config): Update the SDK make.conf to refer to the current version.

This means that we will always get the correct set of binary packages
for our current manifest version.
This commit is contained in:
Michael Marineau 2013-07-03 15:52:55 -04:00
parent a09f4ee92f
commit 2c46f36489

View File

@ -1,5 +1,9 @@
# See "man make.conf" for the available options. # See "man make.conf" for the available options.
# Get the current SDK version, useful for fetching the latest packages
source "/mnt/host/source/.repo/manifests/version.txt"
COREOS_VERSION_STRING="${COREOS_BUILD}.${COREOS_BRANCH}.${COREOS_PATCH}"
FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect
-ebuild-locks parallel-install sandbox -strict userfetch userpriv -ebuild-locks parallel-install sandbox -strict userfetch userpriv
usersandbox -unknown-features-warn" usersandbox -unknown-features-warn"
@ -36,7 +40,7 @@ PORT_LOGDIR="/var/log/portage"
# rebuilt it yet. 20130621235834 contains everything built by bootstrap_sdk # rebuilt it yet. 20130621235834 contains everything built by bootstrap_sdk
PORTAGE_BINHOST=" PORTAGE_BINHOST="
http://storage.core-os.net/coreos/sdk/experimental/legacy/pkgs/ http://storage.core-os.net/coreos/sdk/experimental/legacy/pkgs/
http://storage.core-os.net/coreos/sdk/experimental/20130621235834/pkgs/ http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/
" "
GENTOO_MIRRORS=" GENTOO_MIRRORS="