Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171005462
D58464.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
603 B
Referenced Files
None
Subscribers
None
D58464.diff
View Options
diff --git a/release/Makefile.gce b/release/Makefile.gce
--- a/release/Makefile.gce
+++ b/release/Makefile.gce
@@ -78,8 +78,8 @@
gce-do-upload-${_FS}:
@# Fallthrough in case the bucket already exists.
- /usr/local/bin/gsutil mb gs://${GCE_BUCKET} || true
- /usr/local/bin/gsutil cp ${.OBJDIR}/${GCE_TARGET_${_FS}}.tar.gz \
+ /usr/local/bin/gcloud storage buckets create gs://${GCE_BUCKET} || true
+ /usr/local/bin/gcloud storage cp ${.OBJDIR}/${GCE_TARGET_${_FS}}.tar.gz \
gs://${GCE_BUCKET}/
/usr/local/bin/gcloud compute images create ${GCE_TARGET_${_FS}} \
--architecture=${GCE_ARCH} \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 9, 3:45 AM (9 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35584921
Default Alt Text
D58464.diff (603 B)
Attached To
Mode
D58464: release/Makefile.gce: migrate gsutil usages to gcloud CLI
Attached
Detach File
Event Timeline
Log In to Comment