summaryrefslogtreecommitdiff
path: root/misc/makerelease/makerelease.go
Commit message (Collapse)AuthorAgeFilesLines
* misc/makerelease: use release-branch.go1.4 for tools and tourAndrew Gerrand2014-11-171-2/+2
| | | | | | | TBR=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/175870043
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-5/+5
| | | | | | | LGTM=rsc, r R=r, rsc CC=golang-codereview, golang-codereviews https://codereview.appspot.com/168050043
* misc/makerelease: set version number in Windows installerJens Frederich2014-10-221-1/+18
| | | | | | | | | | | | | | | | | | | | Set correct version number at Windows installer based on Go's Mercurial tag. Name | Version ------------------------------------------------ Go Programming Language amd64 go1.3.3 | 1.3.3 Go Programming Language amd64 go1.2rc3 | 1.2 Go Programming Language amd64 go1.2beta1 | 1.2 Fixes issue 8239. LGTM=adg R=adg, c.emil.hessman, alex.brainman CC=golang-codereviews https://codereview.appspot.com/160950044 Committer: Andrew Gerrand <adg@golang.org>
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-2/+2
| | | | | | | | | | | | | | | | | | | This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/134570043
* misc/makerelease: make goimports-safeRuss Cox2014-09-061-1/+1
| | | | | | | LGTM=bradfitz R=adg, bradfitz, minux CC=golang-codereviews https://codereview.appspot.com/140310045
* misc/makerelease: exit with nonzero status code on errorAndrew Gerrand2014-08-131-0/+5
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/129040043
* misc/makerelease: update default tag to release-branch.go1.3Andrew Gerrand2014-06-121-2/+2
| | | | | | | TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/104090044
* misc/makerelease: fix secretAndrew Gerrand2014-06-021-1/+1
| | | | | | | | | Not sure how this snuck in undetected. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/106760043
* misc/makerelease: report uploads to the new downloads pageAndrew Gerrand2014-06-021-7/+50
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/102040047
* misc/makerelease: upload files to Google Cloud StorageAndrew Gerrand2014-05-291-120/+57
| | | | | | | LGTM=bradfitz R=jasonhall, bradfitz CC=golang-codereviews https://codereview.appspot.com/91700047
* misc/makerelease: handle update tour file layoutAndrew Gerrand2014-05-201-1/+0
| | | | | | | | | Fixes issue 7835. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/94670044
* misc/makerelease: use windows installer resources from local gorootAndrew Gerrand2014-03-031-5/+1
| | | | | | | | | | This broke when we renamed the tool, and I missed this fix when I fixed darwin last week. LGTM=minux.ma, bradfitz R=golang-codereviews, minux.ma, bradfitz CC=golang-codereviews https://codereview.appspot.com/70670043
* go/misc/makerelease: pin go-tour repo to a specific revisionAndrew Gerrand2014-02-281-29/+44
| | | | | | | | | | | | | | We're about to commit some wide-sweeping changes to the go-tour and I would rather not include them in Go 1.2.1, which is due in the next week or so. Also fix the makerelease tool; it has been broken since it was renamed from bindist. LGTM=campoy R=campoy CC=golang-codereviews https://codereview.appspot.com/68780043
* misc/dist: rename to makereleaseAndrew Gerrand2013-12-111-0/+1040
The ambiguity has gone on too long. R=golang-dev, minux.ma, r, dsymonds CC=golang-dev https://codereview.appspot.com/39920043