]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard: cope with removed Package fields.
authorDavid Symonds <dsymonds@golang.org>
Wed, 11 Apr 2012 23:55:37 +0000 (09:55 +1000)
committerDavid Symonds <dsymonds@golang.org>
Wed, 11 Apr 2012 23:55:37 +0000 (09:55 +1000)
commite6c5e2a36358465ab5038d8af9e70f3b98d5ba88
tree564166a4d2502c5ed21e12f34a44cca395c7dac0
parent6277656d69640da9166bbac2a132a3ddee61dcac
misc/dashboard: cope with removed Package fields.

adg removed some now-unwanted fields in Package a while ago,
but there are still datastore entities with those fields,
so we must explicitly check for ErrFieldMismatch and ignore it.

R=golang-dev, rsc
CC=adg, golang-dev
https://golang.org/cl/6007043
misc/dashboard/app/build/build.go
misc/dashboard/app/build/init.go