Page MenuHomeFreeBSD

D58464.diff
No OneTemporary

D58464.diff

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

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)

Event Timeline