Commit graph

2389 commits

Author SHA1 Message Date
rallytime
3b4719c6d3 Update ChangeLog with new changes 2016-07-07 14:07:05 -06:00
Nicole Thomas
0659e95edf Merge pull request #910 from rallytime/authors
Add new contributors to authors list
2016-07-07 12:30:51 -04:00
rallytime
50106e5ccc Add new contributors to authors list 2016-07-07 10:28:56 -06:00
Shane Lee
c4f29564e6 Merge pull request #897 from themalkolm/patch-3
Change temporary directory for storing executable to C:\Windows\Temp
2016-07-07 09:31:23 -06:00
Pedro Algarvio
b427c45a0e Merge pull request #896 from epcim/add-apt-transport-https-ubuntu
add apt-transport-https for ubuntu
2016-07-07 04:37:47 -04:00
Pedro Algarvio
0980676391 Merge pull request #893 from themalkolm/develop
RFC: Add tests for bootstrap-salt.ps1
2016-07-07 04:18:05 -04:00
Pedro Algarvio
8d930c85de Merge pull request #903 from rallytime/fix-846
Allow git installation for SLES 12
2016-07-07 04:03:50 -04:00
Pedro Algarvio
e0e4d38514 Merge pull request #906 from rallytime/fix-882
Make sure $STABLE_REV is set before setting up SaltStack repo
2016-07-07 04:02:45 -04:00
Pedro Algarvio
01265799d2 Merge pull request #909 from rallytime/fix-875
Split up python-requests and python-msgpack packages for newer Fedora
2016-07-07 04:02:08 -04:00
rallytime
87ee956c70 Split-up python-requests and python-msgpack packages for newer Fedora
Fixes #875
2016-07-06 14:27:09 -06:00
Nicole Thomas
ae0a441894 Merge pull request #907 from ekollof/patch-1
Fix typo in repository configuration for FreeBSD
2016-07-06 11:16:10 -04:00
Emiel Kollof
1075b74156 Fix typo in repository configuration 2016-07-06 11:27:18 +02:00
rallytime
60a0ac7209 Make sure $STABLE_REV is set before setting up SaltStack repo
Fixes #882

When installing salt on Amazon Linux with a git reference, the $STABLE_REV
variable might not be set yet, causing malformed baseurl and gpgkey links
referenced in the /etc/yum.repos.d/saltstack-repo.repo file. We need to
ensure this variable is set before setting up the repo file.
2016-07-05 15:23:55 -06:00
Nicole Thomas
ebabaa37fd Merge pull request #904 from rallytime/pr-template
Remove tests written question from template
2016-07-05 15:49:09 -04:00
rallytime
585436eb06 Remove tests written question from template
There is not currently an easy or documented way to add tests
to the bootstrap script. Removing this now so as not to confuse users.
We can add it back later when this is built out.
2016-07-05 13:47:29 -06:00
Nicole Thomas
ee32c2c663 Merge pull request #899 from mrichar1/rpi-repo_arch
Set repo_arch for raspberry pi installs.
2016-07-05 15:35:19 -04:00
Nicole Thomas
cbcb43c825 Merge pull request #902 from eliezerlp/develop
Adding support for Linux Mint 18 (based on Ubuntu 16.04)
2016-07-05 15:33:06 -04:00
rallytime
b2347b5e34 Allow git installation for SLES 12
Fixes #846

Uses the 'install_suse_12_stable_deps' function instead of 'install_suse_11_stable_deps' call
and also checks for the '/usr/lib/systemd/' directory in the 'install_opensuse_git_post'
function when running SUSE 12 git installations.
2016-07-05 12:33:05 -06:00
Eliezer Paiewonsky
f2cde68286 Adding support for Linux Mint 18 (based on Ubuntu 16.04) 2016-07-05 13:41:23 -04:00
Matthew Richardson
85ae1d4f55 Set repo_arch for raspberry pi installs. 2016-07-04 17:23:02 +01:00
Alexander Krasnukhin
8c0bec4883 Change temporary directory for exectutable to C:\Windows\Temp
Yep, $env:temp is even better but lets change things step by
step.

This makes script inconsistent as other parts still use c:\tmp
for storing configuraiton files. I don't want to change them
as it is *very* likely users upload configuraiton files there
already using external scripts.
2016-06-30 16:57:19 +02:00
Nicole Thomas
c4cfacb4e3 Merge pull request #857 from themalkolm/patch-2
Keep original name of salt executable executable
2016-06-30 10:38:13 -04:00
Alexander Krasnukhin
a124f33631 Keep original name of salt executable executable
It is a good idea to not rename anything and keep the original name.
Renaming to salt.exe we loose version and arch information.
2016-06-30 13:52:17 +02:00
Nicole Thomas
5d9ede854d Merge pull request #895 from vutny/fix-rhel5-shell-expansion
Fix expanding shell script position parameters with nounset enabled
2016-06-29 11:14:40 -04:00
Petr Michalec
403847d138 add apt-transport-https for ubuntu 2016-06-29 13:29:07 +02:00
Denys Havrysh
0d8cd5edbf Fix expanding shell script position parameters with nounset enabled 2016-06-29 11:23:58 +03:00
Alexander Krasnukhin
a268be85ca Update README.rst 2016-06-28 13:16:51 +02:00
Alexander Krasnukhin
62eea1878a Add tests for ps1 2016-06-28 13:10:37 +02:00
Nicole Thomas
1f3181a156 Merge pull request #891 from rallytime/update_release
Update changelog and bootstrap version number
2016-06-27 14:01:00 -04:00
rallytime
57d87bde31 Update changelog and bootstrap version number 2016-06-27 11:57:11 -06:00
Nicole Thomas
f74ffc35f0 Merge pull request #889 from vutny/fix-oneliner
Restore abilty to perform "one liner" bootstrap
2016-06-27 11:52:41 -04:00
Nicole Thomas
0c3a53037a Merge pull request #890 from rallytime/fix-spacing
Add space back in between 'install' and '--install'
2016-06-27 11:32:31 -04:00
rallytime
395b40f94f Add space back in between 'install' and '--install' 2016-06-27 09:29:41 -06:00
Denys Havrysh
f7785f5c4a Fix race condition when doing one-liner bootstrap 2016-06-27 17:26:14 +03:00
Nicole Thomas
885f844486 Merge pull request #886 from rallytime/update_changelog
Update changelog and version number
2016-06-24 18:30:08 -04:00
rallytime
40092e5b2b Update script version 2016-06-24 16:25:50 -06:00
rallytime
f71274e541 Update release changelog 2016-06-24 16:24:04 -06:00
Nicole Thomas
84fd608e82 Merge pull request #885 from jfindlay/invocation
save invocation command and arguments into variables
2016-06-24 18:22:03 -04:00
Justin Findlay
80731c6979 save invocation command and arguments into variables
So that the invocation line is correctly printed.  In addition, on older
shells, such as those on CentOS 5 and SLES 11, a `shift` statement
results in `${*}` being undefined.

Fixes d131ce7.
2016-06-24 15:40:50 -06:00
Nicole Thomas
6229feba53 Merge pull request #884 from rallytime/update_authors
Update the authors list with new contributors
2016-06-24 16:30:26 -04:00
rallytime
683f41871a Update the authors list with new contributors 2016-06-24 14:11:36 -06:00
Nicole Thomas
e471bb27f4 Merge pull request #865 from nasenbaer13/quiet_setup_py
Add option to make setup.py install quiet
2016-06-22 12:01:07 -04:00
Nasenbaer
2c5f77506a Fix getopts and argument position 2016-06-22 08:41:21 +02:00
Nasenbaer
b915f9b3d9 Add option to make setup.py install quiet 2016-06-22 08:35:09 +02:00
Nicole Thomas
7377e4c7b9 Merge pull request #859 from marccardinal/patch-1
Removed ubuntu version restriction for apt-get update
2016-06-21 18:43:23 -04:00
Nicole Thomas
1230d63e2b Merge pull request #881 from jfindlay/develop
Fix lint
2016-06-21 18:33:20 -04:00
Justin Findlay
e69ba1840b fix lint 2016-06-21 16:30:26 -06:00
Pedro Algarvio
e30d36c673 Merge pull request #877 from rallytime/implement-710
Add -R option to allow a custom repo URL
2016-06-20 16:23:32 -04:00
David Murphy
8b4fd9ac78 Merge pull request #878 from twangboy/add_repourl
Add repourl option
2016-06-17 16:41:57 -06:00
twangboy
22d68ff496 Change to https as default 2016-06-17 16:36:48 -06:00