Update gsutil path as it has changed

This commit is contained in:
Scott Zawalski 2011-01-06 00:44:36 -08:00
parent e7205e84be
commit 53f189e92f

View File

@ -42,7 +42,7 @@ Example of uploading prebuilt amd64 host files using rsync:
# as per http://crosbug.com/5855 always filter the below packages
_FILTER_PACKAGES = set()
_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_TARGET = 'amd64'
_BOARD_PATH = 'chroot/build/%(board)s'