Commit Graph

22244 Commits

Author SHA1 Message Date
Henrik Holmboe
06ae6e111d Change header title
Aligns better with the previous header which is "Installing Salt for
development".
2013-11-11 19:47:55 +01:00
Erik Johnson
ad02ed9a1b Merge pull request #8408 from olenz/develop
Add option "fromrepo" to install.
2013-11-11 08:47:02 -08:00
Olaf Lenz
03e4e8a8d3 Reduce verbosity of pkg.py when many packages were unchanged. 2013-11-11 17:38:09 +01:00
Olaf Lenz
5dac0bfa77 Add option "fromrepo" to install. 2013-11-11 17:26:03 +01:00
Thomas S Hatch
fce5fb1b00 Merge pull request #8401 from vhgroup/develop
Cloud map template rendering fixed.
2013-11-11 08:01:13 -08:00
Thomas S Hatch
5e19db30e3 Merge pull request #8375 from evinrude/develop
Added missing function
2013-11-11 08:00:25 -08:00
Joseph Hall
f90dad5c44 Merge pull request #8400 from regilero/blockreplace
fix comment example of blockreplace, fix #8342
2013-11-11 05:13:52 -08:00
Joseph Hall
621f799a8e Merge pull request #8396 from s0undt3ch/hotfix/ssh-module-tests
The GitHub IP changed
2013-11-11 05:06:23 -08:00
Diego Woitasen
6d6bba9e7c Cloud map template rendering fixed. 2013-11-11 09:25:32 -03:00
regilero
cad9e97199 fix comment example of blockreplace 2013-11-11 13:12:33 +01:00
Pedro Algarvio
4adc222ada Use decorators.which to assert that the binaries exists.
Minor formatting changes.
2013-11-11 07:45:27 +00:00
Pedro Algarvio
d88d34ca24 The GitHub IP changed. 2013-11-11 07:45:10 +00:00
Seth House
a566e2829c Revert inline links to anonymous link targets, but with valid rST
@s0undt3ch reports this syntax is better for translations.
2013-11-11 00:29:54 -07:00
Pedro Algarvio
48763549e6 Merge pull request #8395 from s0undt3ch/hotfix/string-format-no-index
Force indexes in string format calls
2013-11-10 22:39:31 -08:00
Pedro Algarvio
44342fea9b Under Python 2.6, curly braces in strings to .format() MUST be indexed.
Less local variables.
2013-11-11 06:37:42 +00:00
Pedro Algarvio
2f119b6ae5 Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 06:35:14 +00:00
Pedro Algarvio
f7d6f185ef Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 06:34:39 +00:00
Pedro Algarvio
6dde259fa5 Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 06:33:57 +00:00
Pedro Algarvio
9d498ee099 Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 06:31:50 +00:00
Pedro Algarvio
186ab4546d Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 06:31:10 +00:00
Pedro Algarvio
db02bfdfa2 Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 05:39:37 +00:00
Pedro Algarvio
a949e94aca Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 05:36:14 +00:00
Pedro Algarvio
0234a9cfb4 Under Python 2.6, curly braces in strings to .format() MUST be indexed. 2013-11-11 05:35:23 +00:00
Pedro Algarvio
033ef692ac Under Python 2.6, curly braces in strings to .format() MUST be indexed.
Double to single quotes and minor formatting.
2013-11-11 05:35:23 +00:00
Pedro Algarvio
90d3a0b279 ABOLISH un-indexed curly braces on strings to format on Jenkins too!!!! 2013-11-11 02:27:15 +00:00
Pedro Algarvio
166f624023 Merge pull request #8391 from s0undt3ch/develop
ABOLISH un-indexed curly braces on strings to format!!!!
2013-11-10 18:21:21 -08:00
Pedro Algarvio
ff6e7997ff ABOLISH un-indexed curly braces on strings to format!!!! 2013-11-11 02:20:48 +00:00
Erik Johnson
8f7ac73100 Mock yaml.scanner in docs conf.py 2013-11-10 15:39:27 -06:00
Pedro Algarvio
80b9780c64 Remove left behind debugging experience. 2013-11-10 18:40:57 +00:00
Pedro Algarvio
4fb38e1e91 Merge pull request #8385 from s0undt3ch/hotfix/test-kwarg
Document passing arguments with equal signs. Refs a1ba178d.
2013-11-10 10:28:20 -08:00
Pedro Algarvio
daa724a76a Merge pull request #8388 from s0undt3ch/hotfix/test-file-remove
Pass a relative path for proper test execution.
2013-11-10 10:27:09 -08:00
Pedro Algarvio
a192d03ffb Only delete the file if it actually exists. 2013-11-10 15:36:39 +00:00
Pedro Algarvio
66cf8f1845 The argument name is arg, not args. 2013-11-10 15:36:11 +00:00
Pedro Algarvio
0f25353e08 Pass a relative path for proper test execution.
If we're trying to test a failure which happens when the path is not absolute, let's not pass it an absolute path in the first place.
2013-11-10 15:30:42 +00:00
Joseph Hall
ad1bd761e4 Merge pull request #8387 from s0undt3ch/hotfix/salt-cloud-man
Add the missing salt-cloud man page.
2013-11-10 05:51:51 -08:00
Pedro Algarvio
76d1629ba4 doc/man/salt-cloud.7 is no longer generated. 2013-11-10 13:47:14 +00:00
Pedro Algarvio
5feb449584 Add the missing salt-cloud man page. 2013-11-10 13:28:19 +00:00
Joseph Hall
8c408222de Merge pull request #8384 from s0undt3ch/develop
Don't let Salt fail because `libcloud` is not installed.
2013-11-10 04:18:19 -08:00
Pedro Algarvio
c66fc86f79 Document passing arguments with equal signs. Refs a1ba178d.
Add additional documentation regarding arguments passing with equal signs for which salt tries hard to turn into keyword arguments. The problem now arises because non supported arguments immediately thrown an exception.
2013-11-10 11:40:01 +00:00
Pedro Algarvio
0e9b977384 Don't let Salt fail because libcloud is not installed. 2013-11-10 08:39:19 +00:00
Seth House
865b009e1e Merge pull request #8379 from sijis/misc_doc_fixes_2
removed double colons in master documentation to match existing formatti...
2013-11-09 17:08:13 -08:00
Joseph Hall
07688c1daf Merge pull request #8382 from joehealy/salt-ssh-packaging-doc-fix
Updated docs to reflect salt-ssh requirement on msgpack
2013-11-09 16:54:04 -08:00
Joe Healy
d328464d39 Updated docs to reflect salt-ssh requirement on msgpack 2013-11-10 11:38:01 +11:00
Erik Johnson
2b397ec24c Docs formatting fixes
Format filenames in bullet points and use aliases instead of letting the
"blob" role show the full URL for the filenames.
2013-11-09 15:10:12 -06:00
Sijis Aviles
1f27476fdd removed double colons in master documentation to match existing formatting 2013-11-09 13:54:39 -06:00
Joseph Hall
05f08f5956 Merge pull request #8378 from s0undt3ch/hotfix/jenkins
The botocore is imported in `__virtual__` disable the warning.`
2013-11-09 08:00:36 -08:00
Pedro Algarvio
57ae9954a6 The botocore is imported in __virtual__ disable the warning.` 2013-11-09 15:54:33 +00:00
Joseph Hall
9b279b5846 Merge pull request #8377 from s0undt3ch/hotfix/jenkins
Disable Pylint E0102 under `salt/cloud/clouds/*`.
2013-11-09 05:56:43 -08:00
Pedro Algarvio
9811e0b7e1 Disable Pylint E0102 under salt/cloud/clouds/*. 2013-11-09 13:55:53 +00:00
Joseph Hall
34360ac306 Merge pull request #8373 from s0undt3ch/develop
Typo
2013-11-09 05:29:57 -08:00