Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: Go 1.9.2 release status #22277

Closed
rsc opened this issue Oct 15, 2017 · 6 comments
Closed

all: Go 1.9.2 release status #22277

rsc opened this issue Oct 15, 2017 · 6 comments

Comments

@rsc
Copy link
Contributor

rsc commented Oct 15, 2017

Go 1.9.2 release status

Issues with fixes

Changes on release branch

Log

2017/10/26 17:08:48 starting
2017/10/26 17:08:49 working in /Users/rsc/go-releasebot-work/go1.9.2
2017/10/26 17:08:49 $ git fetch origin master
2017/10/26 17:08:53 $ git fetch origin release-branch.go1.9
2017/10/26 17:08:57 $ git clone --reference /Users/rsc/go-releasebot-work/go1.9.2/gitmirror -b release-branch.go1.9 https://go.googlesource.com/go /Users/rsc/go-releasebot-work/go1.9.2/gitwork
2017/10/26 17:09:06 $ git change relwork
2017/10/26 17:09:07 $ git config gc.auto 0
2017/10/26 17:09:07 $ git rev-parse go1.9.2
2017/10/26 17:09:07 $ git rev-parse go1.9.2

— golang.org/x/build/cmd/releasebot, Oct 26 21:09:30 UTC

@rsc rsc added this to the Go1.9.2 milestone Oct 15, 2017
@rsc rsc changed the title all: Go1.9.2 release status all: Go 1.9.2 release status Oct 19, 2017
@rsc
Copy link
Contributor Author

rsc commented Oct 20, 2017

go1.9.2rc2 pre-release distributions

go1.9.2rc2 distributions are now available for testing:

src (tar.gz)
linux-386 (tar.gz)
linux-armv6l (tar.gz)
linux-amd64 (tar.gz)
linux-arm64 (tar.gz)
freebsd-386 (tar.gz)
freebsd-amd64 (tar.gz)
windows-386 (zip) (msi)
windows-amd64 (zip) (msi)
darwin-amd64 (tar.gz) (pkg)
linux-s390x (tar.gz)
linux-ppc64le (tar.gz)

— golang.org/x/build/cmd/releasebot, Oct 20 15:21:52 UTC

@magiconair
Copy link
Contributor

Shouldn't there be a go1.9.2rc2 tag?

$ git pull ; git tag | grep go1.9
Already up-to-date.
go1.9
go1.9.1
go1.9beta1
go1.9beta2
go1.9rc1
go1.9rc2

@rsc
Copy link
Contributor Author

rsc commented Oct 23, 2017

@magiconair, no, in order to preserve the ability to easily shuffle the set of CLs going into the point releases, nothing is committed to the release branch except the final point release bits. So there isn't a tag like for the major releases, just the binary distributions above. You can check out the corresponding source by hash - see the "Latest build" section in the status message in the note above. I will make sure that same comment appears in the pre-release distribution comments too.

@magiconair
Copy link
Contributor

@rsc This makes sense. Thx for the explanation.

@rsc
Copy link
Contributor Author

rsc commented Oct 25, 2017

@magiconair, I realized that I can push tags without having the CLs on the release branch, and I've updated the scripts to do that. The next packaging will have a tag.

@rsc
Copy link
Contributor Author

rsc commented Oct 26, 2017

@rsc rsc closed this as completed Oct 26, 2017
@golang golang locked and limited conversation to collaborators Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants