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

Add support for downloading through a proxy #1

Closed
wants to merge 1 commit into from

Conversation

bytheway
Copy link

I work behind a corporate proxy, which isn't supported by the build tool, so I am unable to test the RCs of the next version of Go.

This adds support for reading proxy setup from the standard environment variables.

@gopherbot
Copy link
Contributor

Hi! Thanks for the PR!

Unfortunately, the Go project doesn't use GitHub's Pull Requests,
so we can't accept your contribution this way.
We instead use a code review system called Gerrit.

The good news is, I'm here to help.

From here, you have two options:

  1. Read our Contribution Guidelines to learn how to send a change with Gerrit.
  2. Or, create an issue about the issue this PR addresses, so that someone else can fix it.

I'm going to close this Pull Request now.
Please don't be offended! :-)

Thanks again,

GopherBot (on behalf of the Go Team)

@gopherbot gopherbot closed this Jan 26, 2017
@bradfitz
Copy link
Contributor

Sent https://go-review.googlesource.com/35845 instead. Thanks!

@bytheway
Copy link
Author

Thanks! I'll get set up with Gerrit for next time.

gopherbot pushed a commit that referenced this pull request Jul 20, 2017
… issues

Some CLs may refer to recently closed issues (e.g., fixups or
followups). It'd be better if @gopherbot would post the usual
"CL nnnn mentions this issue." comment in those situations.

Currently, the bot skips all closed issues when considering posting
that message. This was done to avoid posting in really old,
frozen issues (e.g., #1, #2, etc.) when they're accidentally
referenced.

However, a better proxy is to check whether the issue has the
FrozenDueToAge label, which the bot automatically applies to
old issues that are closed (see gopherbot.freezeOldIssues).

Fixes golang/go#21106.

Change-Id: If7489e8c001180944c47a0205909aa4043693436
Reviewed-on: https://go-review.googlesource.com/50470
Reviewed-by: Matt Layher <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
Run-TryBot: Matt Layher <[email protected]>
gopherbot pushed a commit that referenced this pull request Aug 18, 2023
TestGetNextVersion/#00, TestGetNextVersion/#1 and
so on wasn't quite what I had in mind in CL 520238.

Also simplify the -test.run flag value lookup while here.
The type we want is a string, so no need for flag.Getter.

For golang/go#62076.

Change-Id: Ie1d8125caa5f6bf4fc53e3fd9e8807dbf9608384
Reviewed-on: https://go-review.googlesource.com/c/build/+/520355
Run-TryBot: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants