From d367ed7a857f8da55420f4e4690854fe1596b13e Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Thu, 21 Oct 2010 16:21:43 -0700 Subject: [PATCH] Update prebuilt.py to use gsdview instead of commondatastorage --- prebuilt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prebuilt.py b/prebuilt.py index d14c801dd0..db603e454f 100755 --- a/prebuilt.py +++ b/prebuilt.py @@ -47,7 +47,8 @@ _GS_HOST_PATH = 'host/%s' % _HOST_TARGET # relative to build path _PRIVATE_OVERLAY_DIR = 'src/private-overlays' _BINHOST_BASE_DIR = 'src/overlays' -_BINHOST_BASE_URL = 'http://commondatastorage.googleapis.com/chromeos-prebuilt' +#_BINHOST_BASE_URL = 'http://commondatastorage.googleapis.com/chromeos-prebuilt' +_BINHOST_BASE_URL = 'http://gsdview.appspot.com/chromeos-prebuilt' _PREBUILT_BASE_DIR = 'src/third_party/chromiumos-overlay/chromeos/config/' # Created in the event of new host targets becoming available _PREBUILT_MAKE_CONF = {'amd64': os.path.join(_PREBUILT_BASE_DIR,