commit | 74572355cdbf1113e89fc1568603b25ad9086327 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 14 14:52:45 2015 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 14 23:00:17 2015 +0000 |
tree | 4ce6fafac1208a32fe9fa92ae22acc6d797fdedc | |
parent | 5748f98fcab6072760433c59a97006fbcdc2eec3 [diff] |
dashboard/buildlet: fix start-up crash when TLS attributes aren't set I had never run the 44d7ecb402b7c on GCE, and never caught that it crashed on start-up if TLS attributes weren't defined. Updated to use the new NotDefinedError from the metadata package in https://code-review.googlesource.com/#/c/1790/ Change-Id: Iaec8df126e4cef8026c930e8cc0163ae088affb3 Reviewed-on: https://go-review.googlesource.com/2736 Reviewed-by: Burcu Dogan <jbd@google.com>