dashboard/env/openbsd-amd64: typo and wording change
Review comments from Joel in https://golang.org/cl/2156 Change-Id: Ic3679d5c103b85f249f0ddcaceb29e50313f3a4f Reviewed-on: https://go-review.googlesource.com/2190 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Joel Sing <jsing@google.com>
This commit is contained in:
parent
721bf87b5b
commit
d7ed24f138
|
@ -13,6 +13,6 @@ Then:
|
|||
gcloud compute --project symbolic-datum-552 images create openbsd-amd64-56 --source-uri gs://go-builder-data/openbsd-amd64-gce.tar.gz
|
||||
|
||||
The VM needs to be run with the GCE metadata attribute "buildlet-binary-url" set to a URL
|
||||
of the OpenBSD builetlet (cross-compiled, typically).
|
||||
of the OpenBSD buildlet (cross-compiled, typically).
|
||||
|
||||
buildlet-binary-url == http://storage.googleapis.com/go-builder-data/buildlet.openbsd-amd64
|
||||
|
|
|
@ -218,7 +218,7 @@ expect -timeout 600 eof
|
|||
EOF
|
||||
|
||||
# Create Compute Engine disk image.
|
||||
echo "Zipping disk.raw... (this may take a while)"
|
||||
echo "Archiving disk.raw... (this may take a while)"
|
||||
tar -Szcf openbsd-amd64-gce.tar.gz disk.raw
|
||||
|
||||
echo "Done. GCE image is openbsd-amd64-gce.tar.gz."
|
||||
|
|
Loading…
Reference in New Issue