-
Notifications
You must be signed in to change notification settings - Fork 552
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
add support for repo.saltstack.com #674
Conversation
…ing upstart file
811138e
to
f68a852
Compare
@s0undt3ch, don't merge yet. I need to make some changes to the FreeBSD support that should be done by about 17:00 UTC. |
dad609c
to
808f89b
Compare
@s0undt3ch, this should be good to merge now. |
add support for repo.saltstack.com
Please make sure that it is also included somehow in the release process:
|
@jfindlay |
@marek-obuchowicz, we will be making a new bootstrap release soon, probably no later than the end of this week. I have downloaded https://bootstrap.saltstack.com/develop and in my experiment it matches exactly the version of the script at 2edcbaf, which is the current HEAD of the develop branch. @tehmaspc, I think you are correct, but please report if not, thanks. |
repo.saltstack.com doesn't have packages for the following architectures (which were on debian.saltstack.com):
Of particular note to me, is this switch to repo.saltstack.com has broken bootstrapping in the raspberrypi (armhf). Is there plans to add the other architectures. Should I open a fresh ticket or is there a better place to request architectures to be added to repo.saltstack.com? |
* Allow bypassing dependencies installation. Thanks EYJ. saltstack/salt-bootstrap#656. * Add FreeBSD 11 support. Thanks Chris Buechler(cbuechler). saltstack/salt-bootstrap#653 * Move RHEL installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Move Debian 8 installation to use repo.saltstack.com saltstack/salt-bootstrap#674 * Fix error finding python-jinja2 in RHEL 7. Thanks Rob Eden(hedinfaok). saltstack/salt-bootstrap#654 * Move Ubuntu 12 and 14 installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Move FreeBSD installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Use dnf on Fedora 22 and later. Thanks Michele Bologna (mbologna). saltstack/salt-bootstrap#665
* Allow bypassing dependencies installation. Thanks EYJ. saltstack/salt-bootstrap#656. * Add FreeBSD 11 support. Thanks Chris Buechler(cbuechler). saltstack/salt-bootstrap#653 * Move RHEL installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Move Debian 8 installation to use repo.saltstack.com saltstack/salt-bootstrap#674 * Fix error finding python-jinja2 in RHEL 7. Thanks Rob Eden(hedinfaok). saltstack/salt-bootstrap#654 * Move Ubuntu 12 and 14 installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Move FreeBSD installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Use dnf on Fedora 22 and later. Thanks Michele Bologna (mbologna). saltstack/salt-bootstrap#665
* Allow bypassing dependencies installation. Thanks EYJ. saltstack/salt-bootstrap#656. * Add FreeBSD 11 support. Thanks Chris Buechler(cbuechler). saltstack/salt-bootstrap#653 * Move RHEL installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Move Debian 8 installation to use repo.saltstack.com saltstack/salt-bootstrap#674 * Fix error finding python-jinja2 in RHEL 7. Thanks Rob Eden(hedinfaok). saltstack/salt-bootstrap#654 * Move Ubuntu 12 and 14 installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Move FreeBSD installations to use repo.saltstack.com saltstack/salt-bootstrap#674 * Use dnf on Fedora 22 and later. Thanks Michele Bologna (mbologna). saltstack/salt-bootstrap#665
Adds support for debian 8, ubuntu 12,14, CentOS 5,6,7, and FreeBSD from https://repo.saltstack.com/.