Commit graph

1703 commits

Author SHA1 Message Date
Pedro Algarvio
7e31761305 Update changes log 2014-08-17 01:04:31 +01:00
Pedro Algarvio
6638ce4ddc Only shallow clone on version tags.
Fix missed references of `SALT_GIT_CHECKOUT_DIR` to `__SALT_GIT_CHECKOUT_DIR`
Fixes saltstack/salt#14855
2014-08-17 01:03:15 +01:00
Pedro Algarvio
3065bdcdca Fix SC2086. Double quote to prevent globbing and word splitting 2014-08-17 01:03:15 +01:00
Pedro Algarvio
4c1c6c625e Fix git --single-branch detection 2014-08-17 01:03:15 +01:00
Pedro Algarvio
44ad9aea7b Update changes log 2014-08-17 01:03:15 +01:00
Pedro Algarvio
59ddc18e05 Configurable git checkout directory. 2014-08-17 01:03:15 +01:00
Pedro Algarvio
13778c8530 Fix output redirect 2014-08-17 01:03:15 +01:00
Pedro Algarvio
43732b3f52 Merge pull request #447 from cvrebert/patch-1
fix typo: DEAMON => DAEMON
2014-08-11 19:15:44 +01:00
Chris Rebert
0b7fac14c3 fix typo: DEAMON => DAEMON 2014-08-11 10:53:32 -07:00
Pedro Algarvio
5f61298453 Tests for --single-branch support separately. 2014-08-04 16:14:48 +01:00
Pedro Algarvio
619b0ccc3c Update changes log 2014-08-04 15:43:21 +01:00
Pedro Algarvio
a96aecc5af Don't shallow clone on git versions lower than 1.7.10
Fixes #443
2014-08-04 15:42:36 +01:00
Pedro Algarvio
3d6b5c65e6 The develop branch is still the unstable version of the script 2014-08-03 21:58:59 +01:00
Pedro Algarvio
c26c3fc93b Update changes log 2014-08-03 21:54:19 +01:00
Pedro Algarvio
5a20bf1bf7 The default sleep between services checks should be 10 only on Ubuntu 2014-08-03 21:51:14 +01:00
Pedro Algarvio
beaf133bab Output the value of $PATH as a debug message. 2014-08-03 21:42:43 +01:00
Pedro Algarvio
c3e204d8b2 Update changes log 2014-08-03 21:42:43 +01:00
Pedro Algarvio
6ce23ebe71 Use the full path to chkconfig 2014-08-03 21:42:43 +01:00
Pedro Algarvio
cd13e7faff Update changes log 2014-08-03 21:42:43 +01:00
Pedro Algarvio
b538d897c8 Fix EPEL 5 URL 2014-08-03 21:42:43 +01:00
Pedro Algarvio
17e496167d Merge pull request #445 from cachedout/12248
Increase default sleep period to avoid stepping on upstart.
2014-08-01 20:27:37 +01:00
Mike Place
a29dc8e519 Increase default sleep period to avoid stepping on upstart.
The default sleep period would cause a race condition with upstart
wherein the package installation would call an upstart start and before
it could complete, bootstrap would call another. The result was *two*
copies of salt running which ended up causing a most stubborn bug that's
documented in salt:#12248
2014-08-01 12:31:27 -06:00
Pedro Algarvio
17b5c9c0e5 Update changes log 2014-07-31 22:47:32 +01:00
Pedro Algarvio
f6535744c5 Merge branch 'develop' of github.com:saltstack/salt-bootstrap into develop 2014-07-31 22:45:56 +01:00
Pedro Algarvio
3f79e25c01 Merge pull request #444 from garethgreenaway/bootstrap_ensure_python_apt
Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions
2014-07-31 22:40:11 +01:00
Gareth J. Greenaway
d4c5e4496b Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. 2014-07-31 13:40:51 -07:00
Pedro Algarvio
2fb1f51269 Merge branch 'develop' of github.com:s0undt3ch/salt-bootstrap into develop 2014-07-30 21:32:41 +01:00
Pedro Algarvio
34e76ba177 Don't try to enable services if the Debian init script is missing.
Closes #442.
2014-07-30 20:42:25 +01:00
Pedro Algarvio
4331abdfe0 Flag messages as warnings 2014-07-30 20:42:25 +01:00
Pedro Algarvio
d4b365b87f Update changes log 2014-07-30 20:42:25 +01:00
Pedro Algarvio
d3eeae1b3b Avoid redirect breakage on RHEL5. Thanks @cachedout. 2014-07-30 20:42:25 +01:00
Pedro Algarvio
bbd1d5b832 Update changes log 2014-07-29 18:30:41 +01:00
Pedro Algarvio
9ecbf83602 Avoid redirect breakage on RHEL5. Thanks @cachedout. 2014-07-29 18:29:26 +01:00
Pedro Algarvio
d3a3fbad37 Merge pull request #11 from s0undt3ch/develop
Attempt to initially shallow clone Salt's repository
2014-07-29 13:16:15 +01:00
Pedro Algarvio
368ddf7043 Update changes log 2014-07-29 13:16:04 +01:00
Pedro Algarvio
6d9654a025 Attempt to initially shallow clone Salt's repository
Fixes #435.

Added extra logging information on the several git steps being taken
while cloning the repository.
2014-07-29 13:11:35 +01:00
Pedro Algarvio
d7dd65a65d Merge pull request #10 from s0undt3ch/develop
Bump version
2014-07-29 12:31:26 +01:00
Pedro Algarvio
648817e314 Bump version 2014-07-29 12:30:43 +01:00
Pedro Algarvio
aa9a66503c Merge pull request #9 from s0undt3ch/develop
Merge current develop branch into Stable for v2014.07.29
2014-07-29 12:28:05 +01:00
Pedro Algarvio
6e47993904 Update changes log 2014-07-29 12:24:33 +01:00
Pedro Algarvio
6cef81b915 Update changes log 2014-07-29 12:22:18 +01:00
Pedro Algarvio
7a0d439146 Only check salt-api service if the salt-api binary is present in the system.
Closes #436.
Closes #437.
2014-07-29 12:13:52 +01:00
Pedro Algarvio
7eff800a41 Add Dan Mick(@dmick) to AUTHORS 2014-07-29 11:33:36 +01:00
Pedro Algarvio
32b5c1574b Merge pull request #439 from dmick/develop
Infinite loop in install_red_hat_linux_stable_deps
2014-07-29 11:30:18 +01:00
Dan Mick
36aa0ffcdb Infinite loop in install_red_hat_linux_stable_deps
Success installing the package(s) doesn't break out of the retry loop

Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-07-28 20:38:24 -07:00
Pedro Algarvio
4c2e1bcd56 Merge pull request #8 from s0undt3ch/develop
Merge current develop branch into Stable for v2014.07.27
2014-07-27 22:51:59 +01:00
Pedro Algarvio
c00864dc99 Version bump for stable release 2014-07-27 22:16:38 +01:00
Joseph Hall
c9af6b5ce0 Merge pull request #434 from cingeyedog/develop
Updated Authors
2014-07-25 11:37:12 -06:00
cingeyedog
cd26b80585 Updated Authors 2014-07-25 13:32:09 -04:00
Pedro Algarvio
5dc197741b Merge pull request #433 from s0undt3ch/develop
Add @cingeyedog to AUTHORS.
2014-07-25 17:20:47 +01:00