aboutsummaryrefslogtreecommitdiff
path: root/misc/makerelease
AgeCommit message (Collapse)Author
2015-07-22misc/makerelease: deleteAndrew Gerrand
This is now superseded by golang.org/x/build/cmd/release. Fixes #8472 Change-Id: I59664d84996a0fbb5c90582a4702714b3b3cf302 Reviewed-on: https://go-review.googlesource.com/12500 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-07-11all: link to https instead of httpBrad Fitzpatrick
The one in misc/makerelease/makerelease.go is particularly bad and probably warrants rotating our keys. I didn't update old weekly notes, and reverted some changes involving test code for now, since we're late in the Go 1.5 freeze. Otherwise, the rest are all auto-generated changes, and all manually reviewed. Change-Id: Ia2753576ab5d64826a167d259f48a2f50508792d Reviewed-on: https://go-review.googlesource.com/12048 Reviewed-by: Rob Pike <r@golang.org>
2015-01-20misc/makerelease: send file size when uploadingAndrew Gerrand
Change-Id: I1a1ed1e23067268a2bac08fc4c99c594fb723837 Reviewed-on: https://go-review.googlesource.com/3050 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-01-18misc/makerelease: workaround the go install -a restriction on release branchesShenghou Ma
Fixes #9619. Change-Id: I71931b0d546163e5451d7d72e552b08540e3c2a7 Reviewed-on: https://go-review.googlesource.com/2995 Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-01-16misc/makerelease: a couple of small fixesAndrew Gerrand
Change-Id: Iec19d6152b95ba67daac366b32d42f69e1dba9a4 Reviewed-on: https://go-review.googlesource.com/2951 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-01-15misc/makerelease: use built in "del" to remove filesAndrew Gerrand
Git marks some of its files read only, so os.RemoveAll isn't sufficient to remove them from the ".git" directory. Change-Id: I3150596931d1c77e7cf9fb8da1a999d2c6730121 Reviewed-on: https://go-review.googlesource.com/2930 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-01-14misc/makerelease: check out core from git repo, use new oauth2 packageAndrew Gerrand
Change-Id: I072cf2b9149a05901cc19e7aeb0e9d0936a8dbe3 Reviewed-on: https://go-review.googlesource.com/2793 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-12-15misc/makerelease: fix buildAndrew Gerrand
Fixes #9308 Change-Id: I0121adbbecc893eb93afc3321ecff97ea146d150 Reviewed-on: https://go-review.googlesource.com/1560 Reviewed-by: Andrew Gerrand <adg@golang.org>
2014-12-14misc/makerelease: remove mercurial-specific special caseAndrew Gerrand
Change-Id: I2ae40e63bc78f3b6e4eb68ccbc928368db1e606f Reviewed-on: https://go-review.googlesource.com/1535 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-12-11misc/makerelease: handle git sub-repositoriesAndrew Gerrand
Also: checkout sub-repos from Mercurial manually instead of using "go get". (for the 1.4 release) LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/190720043
2014-12-10misc/makerelease: use new storage api, handle git sub-reposAndrew Gerrand
Change-Id: I8c5b77d861aafdc594714982503da7bee053c9fe Reviewed-on: https://go-review.googlesource.com/1291 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-11-17misc/makerelease: use release-branch.go1.4 for tools and tourAndrew Gerrand
TBR=rsc R=rsc CC=golang-codereviews https://golang.org/cl/175870043
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
LGTM=rsc, r R=r, rsc CC=golang-codereview, golang-codereviews https://golang.org/cl/168050043
2014-10-27misc/makerelease/windows: fix 404 help URL in installerEmil Hessman
ARPHELPLINK yields 404; update the URL. While here, also prefix the ARPREADME and ARPURLINFOABOUT URL's with the HTTP scheme to make 'em clickable links in the Add or Remove Programs listing. LGTM=adg R=golang-codereviews CC=adg, golang-codereviews https://golang.org/cl/154580045
2014-10-22misc/makerelease: set version number in Windows installerJens Frederich
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 #8239. LGTM=adg R=adg, c.emil.hessman, alex.brainman CC=golang-codereviews https://golang.org/cl/160950044
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
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://golang.org/cl/134570043
2014-09-06misc/makerelease: make goimports-safeRuss Cox
LGTM=bradfitz R=adg, bradfitz, minux CC=golang-codereviews https://golang.org/cl/140310045
2014-08-13misc/makerelease: exit with nonzero status code on errorAndrew Gerrand
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/129040043
2014-06-12misc/makerelease: update default tag to release-branch.go1.3Andrew Gerrand
TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/104090044
2014-06-02misc/makerelease: fix secretAndrew Gerrand
Not sure how this snuck in undetected. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/106760043
2014-06-02misc/makerelease: report uploads to the new downloads pageAndrew Gerrand
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/102040047
2014-05-29misc/makerelease: upload files to Google Cloud StorageAndrew Gerrand
LGTM=bradfitz R=jasonhall, bradfitz CC=golang-codereviews https://golang.org/cl/91700047
2014-05-20misc/makerelease: handle update tour file layoutAndrew Gerrand
Fixes #7835. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/94670044
2014-03-03misc/makerelease: use windows installer resources from local gorootAndrew Gerrand
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://golang.org/cl/70670043
2014-02-28go/misc/makerelease: pin go-tour repo to a specific revisionAndrew Gerrand
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://golang.org/cl/68780043
2013-12-11misc/dist: rename to makereleaseAndrew Gerrand
The ambiguity has gone on too long. R=golang-dev, minux.ma, r, dsymonds CC=golang-dev https://golang.org/cl/39920043