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

[2016.3] Merge forward from 2015.8 to 2016.3 #33710

Merged
merged 22 commits into from
Jun 2, 2016

Conversation

rallytime
Copy link
Contributor

Conflicts:

  • salt/utils/aws.py
  • salt/utils/s3.py

Byron Clark and others added 22 commits May 20, 2016 12:30
This check exists twice in the code. Once is good enough for anyone.
The way the version check was implemented fails on ancient pip versions
that do not provide pip.__version__ yet.

We will therefore simply try to import InstallationError and fall back
to ValueError if it has not been defined in the installed pip version.
Calling `zypper --gpg-auto-import-keys refresh` is required after
adding/modifying a repository because `--gpg-auto-import-keys` doesn't
do anything when called with `zypper ar` or `zypper mr`.
Without calling `zypper --gpg-auto-import-keys refresh` here, calling
`zypper ref` after adding/removing would still ask for
accepting/rejecting the gpg key.
Since failed auths are most often due to key rotation, they should be
logged as debug messages rather than errors.
Lower the log level for failed auths
…anged)

allows downloading files larger than amount of memory (non-stream reads into memory before writing to disk or uploading)
Call zypper refresh after adding/modifying a repository
modules.cp.get_url: add test for https://
Conflicts:
  - salt/utils/aws.py
  - salt/utils/s3.py
@cachedout cachedout merged commit 78966f5 into saltstack:2016.3 Jun 2, 2016
@rallytime rallytime deleted the merge-2016.3 branch June 2, 2016 18:16
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

7 participants