mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
Update gsutil path as it has changed
This commit is contained in:
parent
e7205e84be
commit
53f189e92f
@ -42,7 +42,7 @@ Example of uploading prebuilt amd64 host files using rsync:
|
|||||||
# as per http://crosbug.com/5855 always filter the below packages
|
# as per http://crosbug.com/5855 always filter the below packages
|
||||||
_FILTER_PACKAGES = set()
|
_FILTER_PACKAGES = set()
|
||||||
_RETRIES = 3
|
_RETRIES = 3
|
||||||
_GSUTIL_BIN = '/b/third_party/gsutil/gsutil'
|
_GSUTIL_BIN = '/b/build/third_party/gsutil/gsutil'
|
||||||
_HOST_PACKAGES_PATH = 'chroot/var/lib/portage/pkgs'
|
_HOST_PACKAGES_PATH = 'chroot/var/lib/portage/pkgs'
|
||||||
_HOST_TARGET = 'amd64'
|
_HOST_TARGET = 'amd64'
|
||||||
_BOARD_PATH = 'chroot/build/%(board)s'
|
_BOARD_PATH = 'chroot/build/%(board)s'
|
||||||
|
Loading…
Reference in New Issue
Block a user