diff --git a/dashboard/env/openbsd-amd64/README b/dashboard/env/openbsd-amd64/README index 0a3871a1f6f..f54a076c8da 100644 --- a/dashboard/env/openbsd-amd64/README +++ b/dashboard/env/openbsd-amd64/README @@ -5,11 +5,13 @@ make.bash should be run on a Linux box with qemu. After it completes, it creates a file openbsd-amd64-gce.tar.gz -Upload openbsd-amd64-gce.tar.gz to gs://go-builder-data/openbsd-amd64-gce.tar.gz -I just use the web UI at: +Then: + gsutil cp -a public-read openbsd-amd64-gce.tar.gz gs://go-builder-data/openbsd-amd64-gce.tar.gz +Or just use the web UI at: https://console.developers.google.com/project/symbolic-datum-552/storage/browser/go-builder-data/ Then: + gcloud compute --project symbolic-datum-552 images delete openbsd-amd64-56 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 diff --git a/dashboard/env/openbsd-amd64/make.bash b/dashboard/env/openbsd-amd64/make.bash index dee7ad6af45..9ed91cdf4af 100755 --- a/dashboard/env/openbsd-amd64/make.bash +++ b/dashboard/env/openbsd-amd64/make.bash @@ -17,7 +17,7 @@ fi mkdir -p etc cat >install.site <> /etc/dhclient.conf @@ -202,7 +202,10 @@ send "yes\n" expect -timeout 600 "Location of sets\?" send "done\n" -# Need to wait for install.site to install curl. +expect "Ambiguous: choose dependency for git" +send "0\n" + +# Need to wait for install.site to install curl, git, et expect -timeout 600 "CONGRATULATIONS!" expect "# "