Commit graph

935 commits

Author SHA1 Message Date
Pedro Algarvio
577afc8646 Merge pull request #169 from s0undt3ch/hotfix/detect-OmniOS
Properly detect OmniOS. Refs #144
2013-06-21 07:37:48 -07:00
Pedro Algarvio
484bcf8229 Fix syntax error 2013-06-20 20:16:04 +01:00
Pedro Algarvio
c90011cc22 Properly detect OmniOS. Refs #144 2013-06-20 19:56:27 +01:00
Pedro Algarvio
8017e35c69 Merge pull request #168 from s0undt3ch/issues/166
Any configuration files renamed by pacman on the installation process gets renamed back. Fixes #163.
2013-06-19 07:49:32 -07:00
Pedro Algarvio
8abfd97747 Update change log. 2013-06-19 15:48:58 +01:00
Pedro Algarvio
d91e0d5449 Any configuration files renamed by pacman on the installation process gets renamed back. Fixes #163. 2013-06-19 15:46:57 +01:00
Pedro Algarvio
d306b827b7 Merge pull request #164 from s0undt3ch/develop
Fix SmartOS
2013-06-17 15:21:06 -07:00
Pedro Algarvio
6cd98ddee1 Update change log. 2013-06-16 23:10:09 +01:00
Pedro Algarvio
7388850330 Different package sets have different gcc packages under SmartOS. Handle it! 2013-06-16 23:08:58 +01:00
Pedro Algarvio
5e0f9af9b2 Merge pull request #162 from nevins-b/develop
Fixing options not recognizing -F
2013-06-13 07:38:18 -07:00
nevins-b
32d8ce8cc0 Fixing options not recognizing -F 2013-06-13 10:53:01 -03:00
Pedro Algarvio
9d9072f221 Since we will be relying on the ports rc.d files, let's set SALT_ETC_DIR to ports default. 2013-06-09 03:26:32 +01:00
Pedro Algarvio
c14e9da87f Merge pull request #161 from s0undt3ch/develop
Fixed FreeBSD git based installations(no rc.d scripts were available)
2013-06-08 18:51:10 -07:00
Pedro Algarvio
e710cd6420 Return on errors. 2013-06-09 02:35:19 +01:00
Pedro Algarvio
47f5bffbb5 Fixed FreeBSD git based installations(no rc.d scripts were available) 2013-06-09 02:33:12 +01:00
Pedro Algarvio
9cc8d9c3ba Merge pull request #160 from s0undt3ch/develop
Fix Arch & SmartOS & Test suite fixes
2013-06-05 11:08:11 -07:00
Pedro Algarvio
13503b2155 Update Solaris test suite cleanup. 2013-06-05 19:07:03 +01:00
Pedro Algarvio
ebecedfbe2 Don't ignore the environment variable. 2013-06-05 15:49:43 +01:00
Pedro Algarvio
ee8e7a4903 Use the SmartOS persistent etc directory, /opt/local/etc/salt. 2013-06-05 12:50:06 +01:00
Pedro Algarvio
ca918bef58 Don't forget to install pip 2013-06-05 12:37:32 +01:00
Pedro Algarvio
01273727ec Install packages using pip-2.7.
While trying to fix the SmartOS salt bootstrapping, I found out that:
* We need to install dependencies ourselves
* We need to install PyYAML from PyPi since the system package is not picked up by `pkg_resources`.
* PyZMQ fails to install using `easy_install-2.7`. We need to use `pip-2.7`. Problem finding headers?
2013-06-05 12:25:55 +01:00
Pedro Algarvio
b9f9605e15 py27-pip seems to no longer be available in SmartOS, use easy_install-2.7 2013-06-05 10:43:10 +01:00
Pedro Algarvio
11a1ccbb81 Fixed SmartOS detection(was being detected as Solaris) 2013-06-05 10:25:12 +01:00
Pedro Algarvio
16be41c55f Fix Arch not properly upgrading it's system package. 2013-06-04 13:04:36 +01:00
Pedro Algarvio
ac78ae33b0 Include the FreeBSD directory to cleanup 2013-06-04 12:20:26 +01:00
Pedro Algarvio
a2af01b253 Minor alphabetical re-ordering 2013-06-04 11:55:36 +01:00
Pedro Algarvio
a52632d4d8 Add arch related clean up globs 2013-06-04 11:53:43 +01:00
Pedro Algarvio
e271ff5db4 Don't clone from HTTPS to avoid SSL certificate issues. 2013-06-03 11:53:55 +01:00
Pedro Algarvio
86fbc24576 Re-enable full cleanup. 2013-06-03 10:11:02 +01:00
Pedro Algarvio
722dfe3659 Let's try a bit less house cleaning to see if the buildbot slave survives. 2013-06-02 17:37:52 +01:00
Pedro Algarvio
ba6ab9f551 Merge pull request #158 from s0undt3ch/develop
Bump version.
2013-06-01 08:08:59 -07:00
Pedro Algarvio
72d296dc5e Bump version. 2013-06-01 16:08:20 +01:00
Pedro Algarvio
b92a00dc62 Merge pull request #156 from s0undt3ch/develop
Develop
2013-06-01 08:01:52 -07:00
Pedro Algarvio
4f22b0b57f Amazon Linux is also supported. 2013-06-01 16:00:48 +01:00
Pedro Algarvio
101b089268 Don't background command. 2013-06-01 15:54:11 +01:00
Pedro Algarvio
bf3f5fde2f Merge pull request #154 from s0undt3ch/develop
Support distro's in alphabetical order. Added Gentoo.
2013-06-01 07:45:11 -07:00
Pedro Algarvio
0abb029868 Support distro's in alphabetical order. Added Gentoo. 2013-06-01 15:41:14 +01:00
Pedro Algarvio
8de377be9c Merge pull request #153 from s0undt3ch/develop
Fix test suite under SuSE SLES SP1
2013-06-01 07:06:55 -07:00
Pedro Algarvio
1328234996 Update change log. 2013-06-01 14:58:40 +01:00
Pedro Algarvio
13a5983763 Missed the new -P check for bash installations. 2013-06-01 14:58:27 +01:00
Pedro Algarvio
33903981cb Add SuSE SLES SP1 to the list of distributions requiring -P. 2013-06-01 14:58:27 +01:00
Pedro Algarvio
1e75a787ba Merge pull request #149 from kaithar/gentoo-install
Gentoo install functions
2013-06-01 06:54:13 -07:00
Pedro Algarvio
4c30a161b3 Merge pull request #152 from geoffgarside/freebsd-git-install
Fix FreeBSD git installation.
2013-05-31 05:25:56 -07:00
Pedro Algarvio
2a55d8498c Merge pull request #151 from geoffgarside/freebsd-pkg-detect
Don't install FreeBSD pkgng if already installed.
2013-05-31 05:24:31 -07:00
Geoff Garside
39b3b09c90 Fix FreeBSD git installation.
Move git installation so that it is installed before the git clone is
performed.
2013-05-31 12:59:32 +01:00
Geoff Garside
8383fe0266 Don't install FreeBSD pkgng if already installed.
Should prevent issues of bootstrap-salt.sh causing pkg installation
failures when pkg is already present and configured. It will however
still complain if the configured PACKAGESITE does not have py-salt
available.
2013-05-31 12:57:01 +01:00
Pedro Algarvio
445885d3e5 Merge pull request #150 from kaithar/Remove-bad-ampersand
Doing start in the background can cause problems, so let's not suggest it
2013-05-30 13:19:18 -07:00
Daniel Bradshaw
a0fa5ebe5e Clean the return value from emerge 2013-05-30 18:28:59 +01:00
Daniel Bradshaw
d8d52e67c3 Doing start in the background can cause problems, so let's not suggest it. 2013-05-30 18:05:57 +01:00
Daniel Bradshaw
288367c105 Remove use of convention that doesn't actually exist. 2013-05-29 22:35:20 +01:00