Commit graph

1050 commits

Author SHA1 Message Date
Denys Havrysh
7987acac44 Add note about latest-and-greatest OS releases support 2016-03-30 11:34:23 +03:00
Denys Havrysh
e872ef4032 README: correct link name 2016-03-29 10:20:39 +03:00
Denys Havrysh
758dc7215a Add example how to use Git install with HTTP proxy 2016-03-19 16:18:02 +02: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
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
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
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
Denys Havrysh
7183557b1d Update year in copyright 2016-02-08 12:30:56 +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
966f15d78e SuSE 11 and 12 now have libzmq5 2016-02-05 20:45:47 -07:00
Niels Abspoel
c3aadde205 switch repositories for suse and sles 2016-02-05 20:13:58 -07:00
Justin Findlay
fd753587f1 Merge pull request #731 from furlongm/develop
Don't add zypp repo if it already exists
2016-02-05 19:58:07 -07:00
Justin Findlay
2003a74000 Merge pull request #723 from s-vp/fix-for-freebsd-current
fix for FreeBSD 11 CURRENT install functions
2016-02-05 19:56:21 -07:00
Justin Findlay
e8fa3c4e00 Merge pull request #753 from jfindlay/peg
Fix #685
2016-02-05 18:56:21 -07:00
Justin Findlay
f601729b1a use HTTPS for SaltStack RHEL repo 2016-02-05 18:55:46 -07:00
Justin Findlay
0b6379b1fe add release channel to ubuntu repo name 2016-02-05 18:55:46 -07:00
Justin Findlay
85b747e897 reformat argument help text 2016-02-05 18:55:46 -07:00
Justin Findlay
49ee389b5d Only ubuntu and CentOS support $STABLE_REV install 2016-02-05 18:55:17 -07:00