From d7ed24f1387e3dca9c56da8b80bf2bda359ee6df Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 29 Dec 2014 20:54:40 -0800 Subject: [PATCH] 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 Reviewed-by: Joel Sing --- dashboard/env/openbsd-amd64/README | 2 +- dashboard/env/openbsd-amd64/make.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/env/openbsd-amd64/README b/dashboard/env/openbsd-amd64/README index 57110748..0a3871a1 100644 --- a/dashboard/env/openbsd-amd64/README +++ b/dashboard/env/openbsd-amd64/README @@ -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 diff --git a/dashboard/env/openbsd-amd64/make.bash b/dashboard/env/openbsd-amd64/make.bash index 5bd243c7..dee7ad6a 100755 --- a/dashboard/env/openbsd-amd64/make.bash +++ b/dashboard/env/openbsd-amd64/make.bash @@ -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."