]> Cypherpunks repositories - gostls13.git/commit
all: merge dev.cc (929f321) into master
authorRuss Cox <rsc@golang.org>
Fri, 16 Jan 2015 23:52:30 +0000 (18:52 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 16 Jan 2015 23:57:33 +0000 (18:57 -0500)
commit9af454c588ee0bef7fc6ae588e2b2e866edcb915
treec44ef51c24911b0f8ee6bb1af05882325f6b4049
parentd5d4e82fb28f506701791f622ec0b03b984e41a5
parent929f3210acd0aa9973a40fad283716f40db61f77
all: merge dev.cc (929f321) into master

This brings in cmd/dist written in Go, which is working on the primary builders.

If this breaks your build, you need to get Go 1.4 and put it in $HOME/go1.4
(or, if you want to use some other directory, set $GOROOT_BOOTSTRAP
to that directory).

To build Go 1.4 from source:

git clone -b release-branch.go1.4 $GOROOT $HOME/go1.4
cd $HOME/go1.4/src
./make.bash

Or use a binary release: https://golang.org/dl/.

See https://golang.org/s/go15bootstrap for more information.

Change-Id: Ie4ae834c76ea35e39cc54e9878819a9e51b284d9