mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
fix(coreos/config): Replace old ChromiumOS SDK binhosts and tarball.
Building our own packages so we don't want the old ones! This is just a first stage, automated builds aren't going yet and I'm not covering amd64-generic and its cross toolchain, just the sdk. The old binhost/host/*.conf files are just stubbed out until I'm positive nothing else is referring to them.
This commit is contained in:
parent
518bc10ded
commit
ab0efd5d28
@ -1 +1 @@
|
|||||||
LATEST_RELEASE_CHROME_BINHOST=http://commondatastorage.googleapis.com/chromeos-prebuilt/host/amd64/chrome-27.05.11.033811/packages/
|
LATEST_RELEASE_CHROME_BINHOST=""
|
||||||
|
@ -1 +1 @@
|
|||||||
PREFLIGHT_BINHOST="https://commondatastorage.googleapis.com/chromeos-prebuilt/host/amd64/amd64-generic/paladin-R26-3659.0.0-rc7/packages/ https://commondatastorage.googleapis.com/chromeos-prebuilt/host/amd64/x86-generic/paladin-R26-3659.0.0-rc7/packages/"
|
PREFLIGHT_BINHOST=""
|
||||||
|
@ -1 +1 @@
|
|||||||
TOT_CHROME_BINHOST="http://commondatastorage.googleapis.com/chromeos-prebuilt/host/amd64/chrome-26.05.11.214444/packages/"
|
TOT_CHROME_BINHOST=""
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
SDK_LATEST_VERSION="2013.03.07.000000"
|
SDK_LATEST_VERSION="20130621235834"
|
||||||
BOOTSTRAP_LATEST_VERSION="20130130"
|
BOOTSTRAP_LATEST_VERSION="20130621235834"
|
||||||
TC_PATH="2013/03/%(target)s-2013.03.07.000000.tar.xz"
|
TC_PATH="2013/03/%(target)s-2013.03.07.000000.tar.xz"
|
||||||
|
@ -39,9 +39,13 @@ PKGDIR="/var/lib/portage/pkgs"
|
|||||||
|
|
||||||
PORT_LOGDIR="/var/log/portage"
|
PORT_LOGDIR="/var/log/portage"
|
||||||
|
|
||||||
source /usr/local/portage/coreos/coreos/binhost/host/amd64-PREFLIGHT_BINHOST.conf
|
# Our first round of binary packages!
|
||||||
FULL_BINHOST="https://commondatastorage.googleapis.com/chromeos-prebuilt/host/amd64/amd64-host/chroot-2013.02.04.090227/packages/"
|
# legacy contains the old x86_64-cros-linux-gnu toolchain since I haven't
|
||||||
PORTAGE_BINHOST="$PREFLIGHT_BINHOST $FULL_BINHOST"
|
# rebuilt it yet. 20130621235834 contains everything built by bootstrap_sdk
|
||||||
|
PORTAGE_BINHOST="
|
||||||
|
http://commondatastorage.googleapis.com/storage.core-os.net/coreos/sdk/experimental/legacy/pkgs/
|
||||||
|
http://commondatastorage.googleapis.com/storage.core-os.net/coreos/sdk/experimental/20130621235834/pkgs/
|
||||||
|
"
|
||||||
|
|
||||||
GENTOO_MIRRORS="
|
GENTOO_MIRRORS="
|
||||||
http://gentoo.osuosl.org/
|
http://gentoo.osuosl.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user