Ch3LL
47fd79be4c
fix py_exe default value
2017-04-19 13:40:44 -04:00
Ch3LL
7d907d1fb7
fix merge
2017-04-19 13:40:25 -04:00
Ch3LL
03bc33121f
fix lint errors
2017-04-19 13:40:04 -04:00
Ch3LL
42431a37c4
fix if statement
2017-04-19 13:39:59 -04:00
Ch3LL
10ea818d62
add logging
2017-04-19 13:39:55 -04:00
Ch3LL
3a919343cc
add more docs
2017-04-19 13:39:50 -04:00
Ch3LL
e982700050
add option to bootstrap to install different version of python with git install
2017-04-19 13:39:45 -04:00
Nicole Thomas
2d5fb4a58d
Merge pull request #1045 from rallytime/fix-968
...
Allow -R option to work for Debian/Ubuntu
2017-04-18 08:52:17 -06:00
Eric Radman
2bcacb7593
Support OpenBSD 6.1
...
Fetch official list of mirrors and write /etc/installurl
https://www.openbsd.org/faq/upgrade61.html
2017-04-15 23:10:22 -04:00
Nicole Thomas
722421ea12
Merge pull request #1047 from rallytime/stale-update
...
Adjust "daysUntilStale" variable to 190 days.
2017-04-14 16:48:46 -06:00
rallytime
a946010044
Adjust "daysUntilStale" variable to 190 days.
2017-04-14 16:46:44 -06:00
Nicole Thomas
56ff075961
Merge pull request #1046 from rallytime/stale-update
...
Reduce the number of days an issue is considered "stale"
2017-04-14 14:47:35 -06:00
rallytime
4485a2af02
Reduce the number of days an issue is considered "stale"
2017-04-14 14:45:51 -06:00
rallytime
2c2dcb0c10
Define _REPO_URL default at the top of the script
...
And update a comment to not include the $_REPO_URL variable
2017-04-14 09:53:43 -06:00
Nicole Thomas
475c440b6e
Merge pull request #1044 from vutny/fix-alpine-git
...
Alpine: fix bootstrapping from Git -- install OpenRC initscripts
2017-04-14 09:48:41 -06:00
rallytime
aed01b7df9
Add error logline back in that was accidentally removed
2017-04-13 14:24:04 -06:00
rallytime
5c19b294eb
Add missing closing "fi" to if block
2017-04-13 14:24:04 -06:00
rallytime
4a7524cc10
Allow -R option to work for Debian/Ubuntu
2017-04-13 14:24:04 -06:00
rallytime
da0144b775
Set the _REPO_URL value higher up in the script to use elsewhere
...
That way we only have to check for the _CUSTOM_REPO_URL value and
set the _REPO_URL value once, whether than is the custom option
provided via -R or simply repo.saltstack.com.
2017-04-13 14:24:04 -06:00
Denys Havrysh
4d1436fd12
Alpine: fix bootstrapping from Git -- install OpenRC initscripts
2017-04-12 18:06:33 +03:00
Nicole Thomas
1f9d8c0f60
Merge pull request #1042 from rallytime/probot-stale-config
...
Add probot-stale config file
2017-04-07 12:17:33 -06:00
rallytime
c43fb2e0c5
Add probot-stale config file
2017-04-07 12:10:15 -06:00
Nicole Thomas
9e415dce55
Merge pull request #1040 from devopxteam/shallow_clone_install_fix
...
Shallow cloning and Python setup fix for BSD
2017-03-29 16:45:43 -06:00
Andres Montalban
74d1b7d6ba
Merge remote-tracking branch 'upstream/develop' into shallow_clone_install_fix
2017-03-29 18:37:05 -03:00
Andres Montalban
5649d710d7
This PR does the following:
...
- Fix sed regex for git shallow cloning on BSD sed
- Change Python setup parameters to match FreeBSD package install process [1]
[1] 40c086e65e
2017-03-29 18:36:45 -03:00
Nicole Thomas
0b47e38b8c
Merge pull request #1039 from devopxteam/fix_freebsd
...
Fix not needed quoting for salt/salt-bootstrap#1026
2017-03-29 12:29:14 -06:00
Andres Montalban
c16ec80020
Merge remote-tracking branch 'upstream/develop' into fix_freebsd
2017-03-27 15:49:29 -03:00
Andres Montalban
30641079ec
This commit addresses some of the issues in salt/salt-bootstrap#996 :
...
1. Do not install sysutils/py-salt for GIT based installations. Instead it installs the dependencies and download service files from FreeBSD.
2. Remove /usr/local/etc/pkg/repos/saltstack.conf that is left over on the install process.
2017-03-27 15:46:50 -03:00
Nicole Thomas
282ffb23b7
Merge pull request #1034 from rallytime/update-readme
...
Update README file with supported release documentation
2017-03-21 15:45:21 -06: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
Nicole Thomas
adbeb01542
Merge pull request #1032 from The-Loeki/fix-bashism
...
Remove <<< bashism
2017-03-09 08:56:11 -07:00
Ronald van Zantvoort
83b16e162f
ShellCheck fixes p2
2017-03-09 15:43:25 +01:00
Nicole Thomas
bb106e9a2a
Merge pull request #1033 from rallytime/fix-broken-R-opt
...
[-R option] Fix logic error where we trying to enable epel with -R
2017-03-06 16:09:07 -07:00
rallytime
8b09b36f9f
[-R option] Fix logic error where we trying to enable epel with -R
2017-03-06 15:59:21 -07:00
Ronald van Zantvoort
2103dd64ec
spellchecker fixes
2017-03-03 22:22:37 +01:00
Ronald van Zantvoort
f9499b3b92
Remove bashism from install_amazon_linux_ami_deps for all systems not so bashily endowed
2017-02-27 18:31:33 +01:00
Nicole Thomas
c81e7344ca
Merge pull request #1031 from vutny/fix-alpine-stable
...
Alpine: check Salt services have been enabled to start on boot
2017-02-21 11:44:11 -07:00
Nicole Thomas
e5768c021a
Merge pull request #1022 from bkruger99/aws-native
...
AWS Linux Native Support
2017-02-16 14:41:25 -07:00
Nicole Thomas
34754c18d7
Merge pull request #1030 from devopxteam/develop
...
Correct package name for FreeBSD installation
2017-02-14 09:50:23 -07: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
Nicole Thomas
b08f04b0b8
Merge pull request #1026 from devopxteam/fix_freebsd
...
This commit addresses some of the issues in salt/salt-bootstrap#996
2017-02-13 10:43:02 -07:00
Denys Havrysh
8220d64d04
Alpine: disable stdin to fix shell session hang on killing tee pipe
2017-02-11 18:19:33 +02:00
Denys Havrysh
09e59b91f3
Alpine: check Salt services have been enabled to start on boot
2017-02-10 20:22:21 +02:00
Nicole Thomas
b15c99daa3
Merge pull request #1028 from vutny/fix-alpine-stable
...
Add support for stable installation on Alpine Linux release 3.5
2017-02-10 08:35:13 -07:00
Denys Havrysh
155a2cb719
Add support for stable installation on Alpine Linux release 3.5
2017-02-10 11:09:53 +02:00
Nicole Thomas
073fc6191d
Merge pull request #1027 from vutny/fix-alpine-stable
...
Alpine Linux: fix installation of multiple pkgs ("stable" bootstrap)
2017-02-09 08:55:38 -07:00
Denys Havrysh
f05206b37f
Alpine Linux: fix installation of multiple pkgs ("stable" bootstrap mode)
2017-02-09 12:14:35 +02:00