rallytime
a1201d1d28
Add opensuse 15 specific installation functions
2018-07-12 17:39:00 -04:00
rallytime
14959e04bd
Remove support for openSUSE Leap 42.2
...
Leap 42.2 is EOL and has been replaced by 42.3
This commit also simplifies some of the logic in checking for suse versions.
openSUSE 13.X is no longer supported and hasn't been for some time, so we
don't need to worry about checking for those versions any longer. The script
will bail out at the `__check_end_of_life_versions` functions early on in the
install process.
2018-07-11 13:43:19 -04:00
rallytime
ba2ba1d1be
Remove support for Fedora 26
...
Fedora 26 is EOL as of the end of May, therefore the bootstrap script
no longer needs to support it.
2018-07-11 10:38:53 -04:00
rallytime
a491b71aab
Remove support for Ubutu 17.10
...
Ubuntu 17.10 will be EOL any day now, as Ubuntu's release calendar
says support will end in July 2018.
This commit removes support for the 17.10 (non-LTS) release. The
README file was also updated to clarify when support for non-LTS
releases will be removed from bootstrap.
2018-07-11 10:29:02 -04:00
rallytime
8e03738140
Add python 3 support for Ubuntu 18
...
Stable installs work fine, but git installs need an additional package
to be installed (python3-setuptools). Otherwise, the script fails with
the following error:
```
* INFO: Running install_ubuntu_git()
Traceback (most recent call last):
File "setup.py", line 24, in <module>
import distutils.dist
ModuleNotFoundError: No module named 'distutils.dist'
```
2018-06-19 11:44:44 -04:00
Nicole Thomas
e16fc3ea60
Merge branch 'develop' into fix-1225
2018-06-19 10:46:57 -04:00
rallytime
747b58bdb1
Update -x inline docs and README file with python3 support info
2018-06-07 11:09:12 -04:00
rallytime
e672bdc1b9
Update README with CentOS 7 Python 3 support
2018-06-05 15:39:13 -04:00
rallytime
27d3d9c3e2
Add separate section to README for Python 3 support
2018-06-04 11:18:38 -04:00
rallytime
c136ddfdb9
Fix rst formatting for nested bullet list
2018-05-31 10:27:33 -04:00
rallytime
e20866453d
Add Python3 package support for Ubuntu 16.04
...
Refs #1127
2018-05-31 10:23:26 -04:00
rallytime
22a7bc373a
Add Ubuntu 18.04 support
...
Fixes #1225
2018-05-10 15:56:48 -04:00
rallytime
182ef75d19
Add sum to README for 2018.04.25 release
2018-04-25 16:08:49 -04:00
Denys Havrysh
97d8ba7a55
README: latest stable is in Fedora 26/27/28 repos
...
Also trim some trailing spaces and long lines.
2018-03-27 13:42:47 +03:00
rallytime
2932bae2fa
Update README to include mention of bootstrap-salt.ps1 for Windows
2018-01-30 16:14:02 -05:00
rallytime
6a4b3c2c11
Change gnupg2 pacakge to gnupg for non-LTS versions of Ubuntu
...
The gnupg2 package has been removed as it is just a dummy translation
package. We need to be installing gnupg instead.
This also adds best-effort support for the "Artful Aardvark" (17.10)
version and removes support for "Zesty Zapus" (17.04) and "Yakkety Yak"
(16.10). Both releases are EOL.
2018-01-22 13:30:43 -05:00
rallytime
938264f9e4
Update the README.rst file with some grammatical changes
2017-12-28 09:34:14 -05:00
rallytime
262d50d9eb
Update Fedora support: 25 is EOL, 27 is supported
...
- Fedora 25 is EOL and no longer supported.
- Fedora 27 is out and supported, let's update the docs.
2017-12-28 09:14:22 -05:00
rallytime
630a2c4c54
Add a note about the use of sudo when running commands to README
...
Fixes #880
2017-12-28 09:07:15 -05:00
rallytime
dcf9dfda94
Add sum to README for 2017.12.13 release
2017-12-13 13:30:31 -05:00
Nicole Thomas
7905196e65
Merge pull request #1165 from ymasson/devuan_support
...
Devuan support
2017-11-16 16:55:55 -05:00
Yann Masson
21cab6f025
Update Debian and derivatives with Devuan
2017-11-12 14:20:10 +01:00
rallytime
add2247daf
Add information about release cadence to contributing file
2017-10-03 15:51:32 -04:00
rallytime
1002175d66
Remove "and" to make a complete sentence
2017-09-29 10:19:39 -04:00
rallytime
fc408f87f9
Create Contributing Guidelines file
...
Fixes #1152
- Adds some general information about how to contribute to bootstrap
- Moves some of the more "contribution-specific" info from the README
- Adds information about GPG verification, how to run bootstrap linter, etc.
2017-09-27 16:06:49 -04:00
rallytime
ad66607d8b
Update readme "note" formatting
...
Markdown doesn't have support for `.. note::`, so just make that text
bold to stand out instead.
2017-09-25 17:06:58 -04:00
Denys Havrysh
5370e2cc39
Add link to SUSE releases page
2017-09-22 16:31:33 +03:00
Denys Havrysh
5ba3e346fb
Declare EOL for SUSE Linux Enterprise Server 12 < SP2
2017-09-21 16:53:34 +03:00
Denys Havrysh
87d02ed00f
Declare EOL for SUSE Linux Enterprise Server < 11 SP4
2017-09-19 11:14:56 +03:00
Denys Havrysh
ca7a90d00e
Fix #1142 : allow git install on Raspbian 9
2017-09-08 09:41:14 +03:00
Denys Havrysh
fd7b9ebe09
Declare EOL for openSUSE LEAP 42.1
2017-08-29 12:58:25 +03:00
Nicole Thomas
adc8efa2c6
Merge pull request #1136 from vutny/opensuse-13-eol
...
Declare EOL for openSUSE releases earlier and including 13.X
2017-08-21 10:40:33 -04:00
Denys Havrysh
5fb5f78d44
Declare EOL for openSUSE releases earlier and including 13.X
2017-08-18 10:31:58 +03:00
Nicole Thomas
9072d8e989
Merge pull request #1134 from rallytime/fed24-eol
...
Update Fedora support: 24 is EOL
2017-08-17 13:56:45 -04:00
rallytime
92b9cd5e31
Update Fedora support: 24 is EOL
...
See https://fedoraproject.org/wiki/Releases for more information.
2017-08-17 13:36:25 -04:00
rallytime
bc189835aa
Add sum to README for 2017.08.17 release
2017-08-17 12:48:35 -04:00
Denys Havrysh
a0330af688
README: Fix typo and Table of Contents for Debian section
2017-08-14 12:57:36 +03:00
rallytime
faaeb9cede
Added docs to README about Debian testing best-effort support
2017-07-14 09:51:47 -06:00
rallytime
20742b06be
Add hash verification information to installation instructions
...
Fixes #1043
2017-06-12 10:44:25 -06:00
Denys Havrysh
eaa387b985
Support bootstrapping on upcoming Debian GNU/Linux 9.0
2017-06-12 11:18:01 +03:00
rallytime
e549a00de9
Update Fedora support
...
Fedora 23 reached EOL in December of 2016, so this just updates
the script and README to match that support.
2017-05-30 11:51:20 -06:00
Denys Havrysh
e7638ce018
Declare End-Of-Life for Ubuntu 12.04 LTS
...
This drops support for Ubuntu releases less than 14, including all
derivatives based on those releases.
2017-05-25 10:52:11 +03:00
Denys Havrysh
3cfc189bd7
Declare End-of-Life for RHEL 5 and its variants
2017-05-08 11:11:20 +03:00
Denys Havrysh
8edfcf33b3
Properly detect all supported Debian GNU/Linux derivatives
2017-04-28 12:34:58 +03:00
EHJ-52n
3c06f05ec4
Add KDE neon to supported ubuntu derivatives list
2017-04-27 10:48:33 +02:00
rallytime
338ca4715e
Fix a few small grammar issues
2017-03-21 14:55:09 -06:00
rallytime
d608d8f6fa
Update README file with supported release documentation
...
Also gathered all of the rst links to one place at the bottom
of the file, rather than scattering them through out the document.
This makes it easy to find link resources by putting them all in
one place.
2017-03-13 10:59:59 -06:00
Andres Montalban
cb4d6763fb
Correct package name for FreeBSD installation
2017-02-14 13:10:29 -03:00
Nicole Thomas
2eb7a277f1
Merge pull request #1029 from vutny/readme-linux-architectures
...
README: describe architectures support for Salt deps on Linux distros
2017-02-14 08:41:56 -07:00
Denys Havrysh
541ffb4d8d
README: describe architectures support for Salt deps on Linux distros
2017-02-14 11:29:13 +02:00