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

Fix proxy behavior #3

Merged
merged 2 commits into from
Aug 6, 2013
Merged

Fix proxy behavior #3

merged 2 commits into from
Aug 6, 2013

Conversation

irvingpop
Copy link
Contributor

Proxy is not actually honored in the current template

Proxy is not actually honored in the current template
@bflad
Copy link
Contributor

bflad commented Jul 23, 2013

How does this relate to #1 (comment) ?

@irvingpop
Copy link
Contributor Author

In my testing on Ubuntu 12.04, proxy behavior wasn't honored using "env" but switching to export fixed it. That's because env doesn't set variables in a way where it is available to future commands.

example:
root@docker-vagrant-berkshelf:# env FOO=foo | tail -2
_=/usr/bin/env
FOO=foo
root@docker-vagrant-berkshelf:
# echo $FOO

The HTTPS_PROXY line is optional and may be unnecessary.

@irvingpop
Copy link
Contributor Author

Hi Brian, I've removed the extraneous line from the pull request. Now it's merely a one-word change ( s/env/export/). OK to commit?

@bflad
Copy link
Contributor

bflad commented Aug 6, 2013

Sorry for the delay here. I'll merge this in and release.

bflad added a commit that referenced this pull request Aug 6, 2013
@bflad bflad merged commit 4c8980f into sous-chefs:master Aug 6, 2013
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