Commit graph

2059 commits

Author SHA1 Message Date
Denys Havrysh
ae88f3152c Rename the script to bootstrap_salt.sh in README 2016-03-28 10:38:56 +03:00
Denys Havrysh
db77e59e55 Add note about SaltStack corporate repo, fix links 2016-03-20 16:55:07 +02:00
Denys Havrysh
758dc7215a Add example how to use Git install with HTTP proxy 2016-03-19 16:18:02 +02:00
Denys Havrysh
9548d7d6ef Correct lists of supported/detected OS and distros 2016-03-13 18:29:18 +02:00
Denys Havrysh
98d20fce3a Correct and reformat README file 2016-03-12 17:36:20 +02:00
Pedro Algarvio
b5be6fed94 Merge pull request #771 from vutny/fix-sleep-option
Fix sleep time option to recognize a numeric argument
2016-03-10 10:15:22 +00:00
Denys Havrysh
1b9ea4f00f Ignore lint warning SC2164 2016-03-10 11:01:22 +02:00
Denys Havrysh
a41d9078ef Fix sleep time option to recognize a numeric argument 2016-03-10 10:53:52 +02:00
Pedro Algarvio
6f5ea12ea0 Merge pull request #768 from vutny/fix-lint-errors
Fix multiple lint errors (shellcheck) and make some refactoring
2016-03-09 12:58:04 +00:00
Denys Havrysh
15fef41308 Bump version (develop branch went far ahead) 2016-03-09 12:30:54 +02:00
Denys Havrysh
1987444c41 Small indentation fixes 2016-03-09 12:27:10 +02:00
Denys Havrysh
5696216b54 Make sleep time variable and constant more clear 2016-03-09 12:23:01 +02:00
Denys Havrysh
5078c51723 Small correction to usage instructions 2016-03-08 13:28:42 +02:00
Denys Havrysh
448c66b4be Align global variable names 2016-03-07 11:42:20 +02:00
Denys Havrysh
5ac8937330 Make check_pip_allowed() a "private" function 2016-03-06 11:50:44 +02:00
Denys Havrysh
f47afeb117 Remove duplicate QUIT signal in trap statement 2016-03-05 12:09:41 +02:00
Denys Havrysh
7cb36114ea Make copyfile() and movefile() functions "private" 2016-03-04 10:33:47 +02:00
Denys Havrysh
9210b87b89 Drop useless commented lines 2016-03-04 10:32:46 +02:00
Denys Havrysh
c69974cd34 Make __install_debian_stable function "public" 2016-03-03 10:12:50 +02:00
Denys Havrysh
6034642577 Rename choose_openbsd_mirror() to __choose_openbsd_mirror() (make internal) 2016-03-02 11:52:22 +02:00
Denys Havrysh
a719022410 Deprecate config_freebsd_salt() function, there is no purpose for it 2016-03-02 11:50:54 +02:00
Denys Havrysh
ccdd294dec Rename linkfile() to __linkfile() (mark for internal use) 2016-02-28 22:55:23 +02:00
Denys Havrysh
cf85b21a7e Fix lint warning ShellCheck.SC2164 2016-02-28 22:48:46 +02:00
Denys Havrysh
10628e0aa8 Fix lint warning ShellCheck.SC2166 2016-02-28 22:47:31 +02:00
Denys Havrysh
c4457433cc Remove duplicate lines in install_openbsd_deps function 2016-02-28 17:17:09 +02:00
Denys Havrysh
8d74e90a55 Fix indentation 2016-02-28 17:12:20 +02:00
Denys Havrysh
edcf655160 Refactor install_openbsd_deps function 2016-02-28 17:08:43 +02:00
Denys Havrysh
63a55c7bad Refactor choose_openbsd_mirror function 2016-02-28 12:17:22 +02:00
Denys Havrysh
d762a7336e Fix FreeBSD pkg conf file 2016-02-28 11:32:31 +02:00
Denys Havrysh
903f5c5551 Fix some shellcheck warnings 2016-02-28 11:20:37 +02:00
Pedro Algarvio
6c4f3b5a39 Merge pull request #765 from vutny/centos7-import-gpg-rpm
Import CentOS 7 GPG key on RHEL for installing base dependencies from Salt corp repo
2016-02-26 14:28:28 +00:00
Denys Havrysh
9e21f790d2 Fix lint error 2016-02-26 12:07:07 +02:00
Pedro Algarvio
87df8a01ec Merge pull request #760 from beardedeagle/code-cleanup
fixing syntax errors
2016-02-23 09:14:04 +00:00
Denys Havrysh
173a7cf64e Securely create temp file 2016-02-23 10:38:41 +02:00
Denys Havrysh
2096b5595e Import CentOS 7 GPG key on RHEL for installing base dependencies from
Salt corporate repository
2016-02-22 15:51:09 +02:00
Randy Thompson
8c7bff6999 fixing syntax errors
SC1073: Couldn't parse this test expression line 4434
SC1073: Couldn't parse this test expression line 4451
SC2173: SIGKILL/SIGSTOP can not be trapped line 553
SC2170: Numerical -eq does not dereference in [..]. Expand or use string operator line 4395
2016-02-16 13:29:09 -06:00
Justin Findlay
ee325e9181 Merge pull request #722 from s-vp/openbsd-support
adding support for OpenBSD distribution
2016-02-10 16:14:29 -07:00
Justin Findlay
0658e22d98 Merge pull request #700 from shawnbutts/develop
fix for Amazon Linux
2016-02-10 15:41:37 -07:00
Justin Findlay
c3c987d6fb Merge pull request #756 from aboe76/suse_repo
fixed missing repo for suse 12
2016-02-10 14:20:14 -07:00
Niels Abspoel
855bead721 add new repo 2016-02-09 22:01:59 +01:00
Sergey Paramonov
86f6f18790 Update bootstrap-salt.sh
removed commented unneeded lines from install_openbsd_post() function
2016-02-09 12:43:14 -05:00
Sergey Paramonov
fac497e584 Update bootstrap-salt.sh
added choose_openbsd_mirror() function, 
which is comparing ping time from all officially listed openbsd mirrors 
and picks closest mirror.
2016-02-09 12:36:44 -05:00
Shawn Butts
00faf95d8f Update bootstrap-salt.sh 2016-02-09 08:36:46 -05:00
shawnbutts
9b6bfc9aad fix for Amazon Linux
- enable EPEL repo with yum-config-manager
- exclude zeromq* salt* python-zmq* packages from the EPEL repo
- move the install repo to repo.saltstack.com
- install python26-ordereddict package as python-ordereddict has been removed
2016-02-09 08:36:45 -05:00
Justin Findlay
b2e5d84738 Merge pull request #755 from vutny/update-usage-help
Reformat and correct usage instructions
2016-02-08 16:27:54 -07:00
Denys Havrysh
7183557b1d Update year in copyright 2016-02-08 12:30:56 +02:00
Denys Havrysh
aa0caf00e1 Add myself to authors, fix sorting 2016-02-08 12:24:30 +02:00
Denys Havrysh
3ed2a2eafb Reformat and correct usage instructions 2016-02-08 12:16:02 +02:00
Sergey Paramonov
99927b0301 Update bootstrap-salt.sh
corrected for __fetch_url() and install_openbsd_deps()
2016-02-06 15:10:46 -05:00
Justin Findlay
08aec13dec Merge pull request #754 from jfindlay/suse
Merge #734
2016-02-05 21:04:47 -07:00