Commit graph

915 commits

Author SHA1 Message Date
Forrest Alvarez
a7e458eea5 updated error message to be more verbose 2013-08-19 11:36:30 -07:00
Forrest Alvarez
83205ec410 fixed a missing fi 2013-08-19 10:10:07 -07:00
Forrest Alvarez
a5d4a1f28f updated bootstrap-salt.sh to provide errors for RHN if optional repo is not enabled 2013-08-19 10:02:52 -07:00
Pedro Algarvio
7eb743f82d Merge pull request #209 from cedwards/freebsd
updated FreeBSD PACKAGESITE to use freebsd.saltstack.com
2013-08-19 09:30:13 -07:00
Christer Edwards
4e47006f59 updated FreeBSD PACKAGESITE to use freebsd.saltstack.com 2013-08-19 10:17:52 -06:00
Pedro Algarvio
879f231217 Merge pull request #207 from s0undt3ch/develop
First run the function, then return the exit code. Fixes #206.
2013-08-16 14:30:07 -07:00
Pedro Algarvio
c091b11502 Update changes log. 2013-08-16 21:26:39 +01:00
Pedro Algarvio
d4b267118c First run the function, then return the exit code. Fixes #206. 2013-08-16 21:25:01 +01:00
Pedro Algarvio
04a3041bc2 Merge pull request #205 from s0undt3ch/develop
Add @KennethWilke to authors, update changes log, minor enhancement.
2013-08-15 18:37:34 -07:00
Pedro Algarvio
759cf50182 Update changes log 2013-08-15 16:11:46 +01:00
Pedro Algarvio
042f16e155 Do not quiet the output of emerge --sync if debug output is enabled. 2013-08-15 16:09:55 +01:00
Pedro Algarvio
646ebef5b9 Add Kenneth Wilke to authors. 2013-08-15 16:09:39 +01:00
Pedro Algarvio
0a99bf4bed Merge pull request #204 from KennethWilke/develop
Added emerge libtool to fix crypto++ compile error
2013-08-15 08:07:27 -07:00
Kenneth Wilke
c7bc5757ce Added emerge libtool to fix crypto++ compile error
Quieted portage sync so it'll run quicker
Changed git emerge to use binhost if available
2013-08-15 09:37:33 -05:00
Pedro Algarvio
e704ec9e0d Merge pull request #203 from s0undt3ch/develop
Install the correct PyYAML package on CentOS/RHEL 5.
2013-08-13 08:01:01 -07:00
Pedro Algarvio
58b33d3d91 Install the correct PyYAML package on CentOS/RHEL 5. 2013-08-13 16:00:25 +01:00
Pedro Algarvio
d15f449691 Merge pull request #202 from s0undt3ch/issues/201
Fix unbound variable by creating a wrapper function for Gentoo's emerge.
2013-08-09 03:40:59 -07:00
Pedro Algarvio
f01b4ff6b3 Update ChangeLog. 2013-08-09 11:39:32 +01:00
Pedro Algarvio
095701d6c8 Fix unbound variable by creating a wrapper function for Gentoo's emerge. Fixes #201. 2013-08-09 11:16:09 +01:00
Pedro Algarvio
e8aa4c51d8 Merge pull request #200 from s0undt3ch/develop
Bump dev version and update changes log
2013-08-06 03:17:13 -07:00
Pedro Algarvio
494eafa8dd Add the system packages upgrade fix/feature to the changes log. 2013-08-06 11:14:25 +01:00
Pedro Algarvio
6e47d6430a The develop branch is now v1.5.7-dev 2013-08-06 11:11:53 +01:00
Pedro Algarvio
531413b288 Merge pull request #199 from s0undt3ch/issues/189-system-upgrade
Full system upgrades are now optional on RH based distributions
2013-08-06 03:10:10 -07:00
Pedro Algarvio
2a00643798 Fedora is now also able to upgrade the system before installing salt. 2013-08-06 11:08:52 +01:00
Pedro Algarvio
42d35248ff RedHat based distributions backwards functionality broken! No system upgrades is now the default. 2013-08-06 11:08:49 +01:00
Pedro Algarvio
da970504e4 Debian based distributions will now also run the upgrade procedures if desired. 2013-08-06 11:08:05 +01:00
Pedro Algarvio
d4163f3106 Full system upgrades are now optional on RH based distributions. Fixes #189. 2013-08-06 11:08:02 +01:00
Pedro Algarvio
0f1598b36f Merge pull request #196 from s0undt3ch/develop
Support epel-testing for RedHat based distributions.
2013-08-06 03:05:11 -07:00
Pedro Algarvio
3ee0613f19 Typo. Thanks @cvrebert. 2013-08-06 10:57:57 +01:00
Pedro Algarvio
c268da7317 Final table formatting fixes. 2013-08-05 23:02:49 +01:00
Pedro Algarvio
51388feae6 A blank line is required. 2013-08-05 22:57:52 +01:00
Pedro Algarvio
9fc79ba87d Make the rst table render properly. 2013-08-05 22:56:54 +01:00
Pedro Algarvio
9b99110971 Add an authors file.
Added @akoumjian, @alexvh, @plueschopath, @bruce-one, @cvrebert, @deployboy, @terminalmage, @geoffgarside, @jeffh, @ixela, @mguegan, @nevins-b, @aboe76, @s0undt3ch, @visualphoenix, @rca, @tateeskew, @thatch45, @kozhukalov and @whitmo to the authors file.
2013-08-05 22:51:09 +01:00
Pedro Algarvio
99e237c43d Fixed issues address in comment.
Removed authors from header which will get it's own file.
2013-08-05 22:48:14 +01:00
Pedro Algarvio
46f11cf34d Fix test_install_testing unit test. Logic was wrong. 2013-08-04 17:35:40 +01:00
Pedro Algarvio
095e6e0361 Fix distributions testing packages support check. 2013-08-04 17:10:36 +01:00
Pedro Algarvio
0fb7b737bc Fix installation type checking. 2013-08-04 16:54:47 +01:00
Pedro Algarvio
b2bc75dfff Allow RedHat based distributions to choose epel-testing to bootstrap. Fixes #190. 2013-08-04 16:35:47 +01:00
Pedro Algarvio
3f181db63f Double to single quotes. 2013-08-04 16:35:39 +01:00
Pedro Algarvio
88f2710b64 Fix syntax error from #194 2013-08-03 19:49:49 +01:00
Pedro Algarvio
f2c3613ceb Add Linaro to the supported systems in the Readme file. 2013-08-03 19:44:00 +01:00
Pedro Algarvio
8f9b9febb0 Bump version to 1.5.6 2013-08-03 19:38:54 +01:00
Pedro Algarvio
1aa6f463e7 Update ChangeLog to include the Linaro support added. 2013-08-03 19:37:56 +01:00
Pedro Algarvio
0def1a39ed Merge pull request #192 from terminalmage/linaro-fix
Add support for Linaro
2013-08-03 11:34:30 -07:00
Seth House
0a8217d505 Merge pull request #194 from terminalmage/cachedir-fix
Emergency workaround for salt issue 6502
2013-08-02 15:48:39 -07:00
Erik Johnson
cea86a1b22 Emergency workaround for salt issue 6502
This workaround will create the cachedir that 0.16.2 fails to (see
https://github.com/saltstack/salt/issues/6502)
2013-08-02 17:40:10 -05:00
Erik Johnson
d024716da6 Add support for Linaro 2013-08-02 12:29:20 -05:00
Joseph Hall
a9e1d6e011 Merge pull request #188 from s0undt3ch/develop
Update ChangeLog to include the Linux Mint Support. Thanks @alexvh!
2013-07-27 05:13:09 -07:00
Pedro Algarvio
3eacc09546 Update ChangeLog to include the Linux Mint Support. Thanks @alexvh! 2013-07-27 02:52:14 +01:00
Pedro Algarvio
43bff6e6fd Merge pull request #187 from alexvh/linux_mint
Add support for Linux Mint
2013-07-26 18:50:00 -07:00