Commit graph

2068 commits

Author SHA1 Message Date
Denys Havrysh
23fa9f8f6f Add section about Docker to README file 2016-04-05 18:53:20 +03:00
Denys Havrysh
01bf30b6c6 Add Dockerfile for building Salt Master + Minion image 2016-04-04 18:53:15 +03:00
Pedro Algarvio
8cd20b25a1 Merge pull request #785 from jfindlay/fedora
get tornado from pip on a fedora git install
2016-03-30 13:17:35 +01:00
Pedro Algarvio
cd2c5b57d5 Merge pull request #787 from vutny/update-readme
Update README
2016-03-30 13:14:24 +01:00
Denys Havrysh
7987acac44 Add note about latest-and-greatest OS releases support 2016-03-30 11:34:23 +03:00
Denys Havrysh
8d75aaf33c README: correct typos 2016-03-29 13:36:52 +03:00
Denys Havrysh
f78bc21cf8 Add some SUSE releases to detected OS list 2016-03-29 10:57:38 +03:00
Denys Havrysh
e872ef4032 README: correct link name 2016-03-29 10:20:39 +03:00
Justin Findlay
6367592fe3 get tornado from pip on a fedora git install 2016-03-28 12:09:39 -06:00
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