summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-08-29 14:28:54 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-08-30 14:42:04 -0700
commitdfb04c7b51b2c467736932a24d811a2e3e43b6d2 (patch)
tree880ca16828d93a06f05419bc9ba91828a3429859
parentf5816b497231c9fbd78353c581f44f2f8dd1c837 (diff)
downloadchrome-ec-dfb04c7b51b2c467736932a24d811a2e3e43b6d2.tar.gz
signer: modify publishing instructions
With the updates in the release process the location for saving a new signed image has changed, let's update instructions printed by the signer script. BRANCH=none BUG=none TEST=none Change-Id: I70901256f79bae2a4c20f59c00a51c5cc9309df7 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1194618 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
-rwxr-xr-xutil/signer/create_released_image.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/signer/create_released_image.sh b/util/signer/create_released_image.sh
index c584cc5392..f5d4673887 100755
--- a/util/signer/create_released_image.sh
+++ b/util/signer/create_released_image.sh
@@ -224,8 +224,9 @@ tarball="${dest_dir}.tbz2"
tar jcf "${tarball}" "${dest_dir}"
rm -rf "${dest_dir}"
-bcs_path="gs://chromeos-localmirror/distfiles"
+bcs_path="gs://chromeos-localmirror-private/distfiles/cr50"
echo "SUCCESS!!!!!!"
-echo "use the below commands to copy the new image to the BCS"
+echo "use the below commands to copy the new image to the GFS"
echo "gsutil cp ${tarball} ${bcs_path}"
-echo "gsutil acl ch -u AllUsers:R ${bcs_path}/${tarball}"
+echo "gsutil acl ch -g cr50-firmware@google.com:R ${bcs_path}/${tarball}"
+