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

Correctly escape no_proxy domains #2100

Merged
merged 1 commit into from
Jan 2, 2017

Conversation

juergenhoetzel
Copy link
Contributor

Bootstrapping fails on my setup, because I use wildcard in NO_PROXY:

→ echo $NO_PROXY 
*.fritz.box

→ ./obj/Debug/paket.bootstrapper.exe
Checking Paket version (downloading latest stable)...
The type initializer for 'Paket.Bootstrapper.EnvProxy' threw an exception. (Github - cached)

This is actually the same issue as #1939 which also need to be fixed in the bootstrapping code.

@forki
Copy link
Member

forki commented Jan 2, 2017

thanks!

@forki forki merged commit 7cfb73a into fsprojects:master Jan 2, 2017
@forki
Copy link
Member

forki commented Jan 2, 2017

This broke one of the nunit bootstrapper tests. Please take a look at the appveyor build output (Travis is red for unrelated reason). Can you please send me a PR with a fix? Thanks

juergenhoetzel added a commit to juergenhoetzel/Paket that referenced this pull request Jan 2, 2017
The BypassList property contains an array of regular expressions.
forki added a commit that referenced this pull request Jan 2, 2017
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.

2 participants