mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Update prebuilt.py to use gsdview instead of commondatastorage
This commit is contained in:
parent
6be0f08169
commit
d367ed7a85
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user