commit | f83f3e417128bc1e3972dfd0728c00cda9d80ad8 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Mon Feb 02 12:05:01 2015 +0000 |
committer | Andrew Gerrand <adg@golang.org> | Tue Feb 03 12:00:31 2015 +0000 |
tree | 722f1d7c132f1bacf92e8622f3de160b89006fc6 | |
parent | f68e9f5ccabe20f577369201f7a9e1bb3631455e [diff] |
cmd/release: add new program to build releases The release command will replace misc/makerelease from the main repo. The contents of makerelease make their way into this program. Also add GorootFinal and MakeScript methods to dashboard.BuildConfig. Change-Id: Id20f3f7a85a21f040d8cf47e438d299d57360556 Reviewed-on: https://go-review.googlesource.com/3693 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>