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
Alex Van't Hof
b4280c637a
Add support for Linux Mint and consolidate Ubuntu derivatives
...
A significant number of Ubuntu derivatives are functionally
equivalent for bootstrap purposes, so use standard Ubuntu install
functions instead of creating new ones for each derivative.
2013-07-26 21:24:09 -04:00
Alex Van't Hof
5270d36bd7
Simplify and fixup Ubuntu upstart usage
...
On at least Linux Mint, need to reload upstart configuration after
installing a salt component.
Using the upstart 'status' command to check if a config exists is
unreliable (e.g. a running job with a removed config will give an
okay status)
2013-07-26 21:19:04 -04:00
Pedro Algarvio
ebd18e2db0
Merge pull request #185 from s0undt3ch/develop
...
Replaced the `cp` and `mv` occurrences with `{copy,move}file`
2013-07-18 08:56:55 -07:00
Pedro Algarvio
b0bfab82b5
Update changelog.
2013-07-18 16:38:35 +01:00
Pedro Algarvio
e4f8afeb62
Replaced the cp
and mv
occurrences with {copy,move}file
. Fixes #76 .
2013-07-18 16:34:24 +01:00
Joseph Hall
b825280b8e
Merge pull request #183 from s0undt3ch/develop
...
Copy files instead of moving is asked for. Fixes #182 .
2013-07-16 13:22:15 -07:00
Pedro Algarvio
886df34125
Correct the internal variable name.
2013-07-16 21:08:10 +01:00
Pedro Algarvio
50d20d915c
Update change log.
2013-07-16 20:36:27 +01:00
Pedro Algarvio
186fe4aa82
Copy files instead of moving is asked for. Fixes #182 .
...
If `BS_KEEP_TEMP_FILES=1` is found on the environment, the script will copy the files instead of moving them.
2013-07-16 20:31:34 +01:00
Pedro Algarvio
ac0332f997
Merge pull request #181 from aboe76/sles_sp3_support
...
SLES 11 SP3 support added to bootstrap script
2013-07-10 06:23:40 -07:00
Niels Abspoel
f6f1753eb7
SLES 11 SP3 support added to bootstrap script
...
Needed to tweak the script because of lsb_release output changed
to 'SUSE LINUX' instead of 'SUSE'
2013-07-09 21:47:45 +02:00
Pedro Algarvio
060b49045b
Merge pull request #180 from bruce-one/patch-1
...
Spelling mistake in the usage() doc
2013-07-08 02:42:47 -07:00
bruce-one
7a5ee0480b
Spelling mistake in the usage() doc
...
Noticed a tiny spelling mistake in the usage() doc in the bootstrap.sh
2013-07-08 14:46:06 +10:00
Pedro Algarvio
85d9898098
Merge pull request #179 from s0undt3ch/develop
...
Reevaluate the `PKI_DIR` since the `SALT_ETC_DIR` was redefined
2013-07-07 14:08:18 -07:00
Pedro Algarvio
67587dcc4e
Reevaluate the PKI_DIR
since the SALT_ETC_DIR
was redefined. Refs #178
2013-07-07 21:57:46 +01:00
Pedro Algarvio
3fd6020c8e
Update change log
2013-07-02 17:36:44 +01:00
Pedro Algarvio
c6bda0891d
Merge pull request #175 from s0undt3ch/develop
...
Set the grains file in the proper place if found
2013-07-02 09:30:29 -07:00
Pedro Algarvio
da0d58132b
Set the grains file in the proper place if found on the provided temporary configuration directory.
...
Refs saltstack/salt#5849
Refs saltstack/salt-cloud#672
2013-07-02 16:33:30 +01:00
Pedro Algarvio
1543fdf81e
Merge pull request #172 from s0undt3ch/features/salt-testing
...
Make use of salt-testing
2013-06-28 04:17:52 -07:00
Pedro Algarvio
caaf32a4c7
Merge pull request #171 from kozhukalov/temp_keys_dir
...
Tiny fix TEMP_CONFIG_DIR -> TEMP_KEYS_DIR in preseed function definition
2013-06-27 09:55:34 -07:00
Pedro Algarvio
770904f72d
No line break
2013-06-27 17:43:03 +01:00
Pedro Algarvio
31d931015c
Use pip mirrors.
2013-06-27 17:34:43 +01:00
Pedro Algarvio
6be81cbc18
We need sudo perms
2013-06-27 14:54:51 +01:00
Vladimir Kozhukalov
72e57ee596
Moved PKI_DIR definition to the script head
2013-06-27 17:37:58 +04:00