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

aptpkg: apt-add-repository: Use proxy for PPA #45224

Merged
merged 2 commits into from
Jan 8, 2018

Conversation

alexandruavadanii
Copy link
Contributor

What does this PR do?

Extend proxy support for APT repository handling to PPA addition
via apt-add-repository.

What issues does this PR fix or reference?

Adding 'ppa: repo' behind a proxy fails.

Previous Behavior

Proxy support works for all APT repos, as long as they are not added in 'ppa: repo' form.
When 'ppa: repo' is used, apt-add-repository is called without the proper http(s)_proxy env vars set and fails (after a very long timeout).

New Behavior

Works as expected.

Tests written?

No

Commits signed with GPG?

Yes

Extend proxy support for APT repository handling to PPA addition
via `apt-add-repository`.

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
@rallytime rallytime merged commit 45903a7 into saltstack:develop Jan 8, 2018
@alexandruavadanii alexandruavadanii deleted the ppa-use-proxy branch April 10, 2018 20:05
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.

None yet

3 participants