Skip to content

Commit

Permalink
Merge pull request #934 from rallytime/merge-stable
Browse files Browse the repository at this point in the history
[stable] Merge develop into stable branch
  • Loading branch information
Nicole Thomas authored Aug 15, 2016
2 parents 4372218 + a631dd9 commit 9d6a0a0
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 458 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2016.08.15:
* Remove chris-lea python-zmq repo. (rallytime) #929
* Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r. (rallytime) #928
* Fix grep pattern in `__check_services_sysvinit`. (vutny) #927
* Missing python dependency for salt-cloud added. (toanju) #925
* Fix git install mode when using commit hash with `-g` option. (vutny) #922
* Install `salt-cloud` package with `-L` option in `stable` mode. (vutny) #919
* Fix bootstrapping from Git on CentOS7 when `systemd` is not running. (vutny) #915

Version 2016.07.07:
* Add new contributors to authors list. (rallytime) #910
* Split up python-requests and python-msgpack packages for newer Fedora. (rallytime) #909
Expand Down
18 changes: 15 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,19 @@ Debian and derivatives
- Debian GNU/Linux 7/8
- Linux Mint Debian Edition 1 (based on Debian 8)
- Kali Linux 1.0 (based on Debian 7)
- Raspbian 8 (limited support for ``armhf`` architecture, see the note below)

.. note::

Installation of Salt packages on Debian 8 based distribution from repo.saltstack.com repository
is currently supported for ``amd64`` (``x86-64``) and ``armhf`` architechtures ONLY. Use ``git``
bootstrap mode as described above to install Salt on other architechtures, such as ``i386`` or
``armel``. You also may need to disable repository configuration and allow ``pip`` installations
by providing ``-r`` and ``-P`` options to the bootstrap script, i.e.:

.. code:: console
wget -O - https://bootstrap.saltstack.com | sudo sh -s -- -r -P git develop
Red Hat family
Expand Down Expand Up @@ -287,7 +300,6 @@ are not developed yet:

**Linux**:

- Raspbian (detected as Debian)
- Slackware

**SunOS**
Expand Down Expand Up @@ -538,6 +550,6 @@ Salt is ready and working in the Docker container with Minion authenticated on M

.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et
.. |windows_build| image:: https://ci.appveyor.com/api/projects/status/github/themalkolm/salt-bootstrap?branch=develop&svg=true
:target: https://ci.appveyor.com/project/themalkolm/salt-bootstrap
.. |windows_build| image:: https://ci.appveyor.com/api/projects/status/github/saltstack/salt-bootstrap?branch=develop&svg=true
:target: https://ci.appveyor.com/project/saltstack-public/salt-bootstrap
:alt: Build status of the develop branch on Windows
Loading

0 comments on commit 9d6a0a0

Please sign in to comment.