]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard/app: fix build failure notifications
authorAndrew Gerrand <adg@golang.org>
Wed, 6 Jun 2012 23:27:39 +0000 (09:27 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 6 Jun 2012 23:27:39 +0000 (09:27 +1000)
commit55282111585087d35c5af57dc5bdcf9a886debe7
treeeb6508d7c5b8de71745f9f9b5ec4f8d11077ac0d
parent42a76efc924cdae869efa1c936d263134ff225d6
  misc/dashboard/app: fix build failure notifications

The datastore.Query methods once mutated the Query value, but now they return
a derivative query, so the Hash= and ParentHash= filters were not being
applied.

R=golang-dev, bradfitz, dsymonds
CC=golang-dev
https://golang.org/cl/6300058
misc/dashboard/app/build/notify.go