From dfb04c7b51b2c467736932a24d811a2e3e43b6d2 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Wed, 29 Aug 2018 14:28:54 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1194618 Reviewed-by: Mary Ruthven --- util/signer/create_released_image.sh | 7 ++++--- 1 file 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}" + -- cgit v1.2.1