Skip to content

Commit 9d6a0a0

Browse files
author
Nicole Thomas
authored
Merge pull request #934 from rallytime/merge-stable
[stable] Merge develop into stable branch
2 parents 4372218 + a631dd9 commit 9d6a0a0

3 files changed

Lines changed: 573 additions & 458 deletions

File tree

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 2016.08.15:
2+
* Remove chris-lea python-zmq repo. (rallytime) #929
3+
* Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r. (rallytime) #928
4+
* Fix grep pattern in `__check_services_sysvinit`. (vutny) #927
5+
* Missing python dependency for salt-cloud added. (toanju) #925
6+
* Fix git install mode when using commit hash with `-g` option. (vutny) #922
7+
* Install `salt-cloud` package with `-L` option in `stable` mode. (vutny) #919
8+
* Fix bootstrapping from Git on CentOS7 when `systemd` is not running. (vutny) #915
9+
110
Version 2016.07.07:
211
* Add new contributors to authors list. (rallytime) #910
312
* Split up python-requests and python-msgpack packages for newer Fedora. (rallytime) #909

README.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,19 @@ Debian and derivatives
211211
- Debian GNU/Linux 7/8
212212
- Linux Mint Debian Edition 1 (based on Debian 8)
213213
- Kali Linux 1.0 (based on Debian 7)
214+
- Raspbian 8 (limited support for ``armhf`` architecture, see the note below)
215+
216+
.. note::
217+
218+
Installation of Salt packages on Debian 8 based distribution from repo.saltstack.com repository
219+
is currently supported for ``amd64`` (``x86-64``) and ``armhf`` architechtures ONLY. Use ``git``
220+
bootstrap mode as described above to install Salt on other architechtures, such as ``i386`` or
221+
``armel``. You also may need to disable repository configuration and allow ``pip`` installations
222+
by providing ``-r`` and ``-P`` options to the bootstrap script, i.e.:
223+
224+
.. code:: console
225+
226+
wget -O - https://bootstrap.saltstack.com | sudo sh -s -- -r -P git develop
214227
215228
216229
Red Hat family
@@ -287,7 +300,6 @@ are not developed yet:
287300

288301
**Linux**:
289302

290-
- Raspbian (detected as Debian)
291303
- Slackware
292304

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

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

0 commit comments

Comments
 (0)