commit | c3a76e24a6adf38f406ef1ebfe9a80eb422d5a62 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Sun Jul 05 16:26:28 2015 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jul 06 04:23:11 2015 +0000 |
tree | eb2f0b06e154423296598b0e8c03cfdb3d32effa | |
parent | 2742bc3a0dac3242df6a18b4917e6c3243f0e892 [diff] |
cmd/coordinator/buildongce: make the dev coordinator have a static IP I made it static in GCE's web UI but as always, I forgot you can't rename IP addresses in GCE, so we get another special case here since our auto-detect logic below wouldn't work. Oh well. Change-Id: Iae2a435576e9b03959f2e634929da94f0e9275c2 Reviewed-on: https://go-review.googlesource.com/11902 Reviewed-by: Andrew Gerrand <adg@golang.org>