Update prebuilt.py to use gsdview instead of commondatastorage

This commit is contained in:
Scott Zawalski 2010-10-21 16:21:43 -07:00
parent 6be0f08169
commit d367ed7a85

View File

@ -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,