saltstack-formulas / salt-formula

Yes, Salt can Salt itself!
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
197 stars 423 forks source link

feat: allow selecting alternate salt package repositories #498

Closed major0 closed 3 years ago

major0 commented 3 years ago

Make the upstream salt package repository selectable, thus allowing the use of archived salt versions (hosted in http://archive.repo.saltproject.io), as well as custom salt versions hosted in alternate repositories.

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

myii commented 3 years ago

@major0 Thanks for the PR. You're not going to win either way, since all of the Debian/Ubuntu pkgrepo entries are using http and all of the key_url entries are using https. Let's settle on one (probably https) and just fix the tests. If you can make sure Allow edits from maintainers is allowed and I'll push the changes to complete this PR.

major0 commented 3 years ago

@major0 Thanks for the PR. You're not going to win either way, since all of the Debian/Ubuntu pkgrepo entries are using http and all of the key_url entries are using https. Let's settle on one (probably https) and just fix the tests. If you can make sure Allow edits from maintainers is allowed and I'll push the changes to complete this PR.

Allow edits is allowed.

myii commented 3 years ago

Fixed and merged (to use https), @major0 -- thanks again for the PR.

Appreciate the review, @n-rodriguez.

saltstack-formulas-travis commented 3 years ago

:tada: This PR is included in version 1.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: