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

cmd/go: remove bitbucket VCS probing [1.16 backport] #50811

Closed
gopherbot opened this issue Jan 25, 2022 · 3 comments
Closed

cmd/go: remove bitbucket VCS probing [1.16 backport] #50811

gopherbot opened this issue Jan 25, 2022 · 3 comments
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge GoCommand cmd/go release-blocker
Milestone

Comments

@gopherbot
Copy link

@bcmills requested issue #50810 to be considered for backport to the next 1.16 minor release.

@gopherbot, please backport to Go 1.16 and 1.17. This removes a dependency on an implementation detail of a service external to the Go project.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Jan 25, 2022
@gopherbot gopherbot added this to the Go1.16.14 milestone Jan 25, 2022
@bcmills bcmills added the CherryPickApproved Used during the release process for point releases label Jan 26, 2022
@gopherbot gopherbot removed the CherryPickCandidate Used during the release process for point releases label Jan 26, 2022
@bcmills
Copy link
Contributor

bcmills commented Jan 26, 2022

This cmd/go change adapts to a change in an external service (Bitbucket). The risk of the change is low because it only affects direct fetches of repositories hosted on that service in particular. (Moreover, the cmd/go fix was contributed by the maintainers of that service, so I trust that if there is an unforeseen problem they will follow up appropriately.)

Approving for the next Go 1.16 minor release (if any occurs).

@gopherbot
Copy link
Author

Change https://golang.org/cl/380998 mentions this issue: [release-branch.go1.16] cmd/go: remove mercurial from bitbucket vcs options

@gopherbot
Copy link
Author

Closed by merging 0a15110 to release-branch.go1.16.

gopherbot pushed a commit that referenced this issue Feb 7, 2022
…ptions

Mercurial was deprecated as of July 1, 2020 as per https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket

Fixes #50811.
Updates #50810.

Change-Id: I0d40f84aaa393905cae7c4bed8919b15de9a5f6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/371720
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Trust: Bryan Mills <bcmills@google.com>
(cherry picked from commit 5b1b80b)
Reviewed-on: https://go-review.googlesource.com/c/go/+/380998
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
@golang golang locked and limited conversation to collaborators Feb 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge GoCommand cmd/go release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants