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:
Brad Fitzpatrick 2014-12-29 20:54:40 -08:00
parent 721bf87b5b
commit d7ed24f138
2 changed files with 2 additions and 2 deletions

View File

@ -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 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 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 buildlet-binary-url == http://storage.googleapis.com/go-builder-data/buildlet.openbsd-amd64

View File

@ -218,7 +218,7 @@ expect -timeout 600 eof
EOF EOF
# Create Compute Engine disk image. # 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 tar -Szcf openbsd-amd64-gce.tar.gz disk.raw
echo "Done. GCE image is openbsd-amd64-gce.tar.gz." echo "Done. GCE image is openbsd-amd64-gce.tar.gz."