Updates:
Owner:
a...@golang.org
Labels: -Go1.2 Go1.2Maybe
Comment #3 on issue 5564 by
r...@golang.org: build: doc/articles/wiki check is
flaky
http://code.google.com/p/go/issues/detail?id=5564#c3
This is a race. The shell script calls get -addr to get a free port, but by
the time the second run of get goes there, the port is busy. The scripting
is wrong. Something needs to hold that port open.
Demoting to Maybe, as this is not a release-blocker.
Assigning to adg.