- 01 Aug, 2012 9 commits
-
-
So we get the exact behavior as the SRPM build
Dag Wieërs committed -
With this patch one can do `make rpm` and get an RPM file that looks like: rpm-build/noarch/ansible-0.6-0.git201208010541.el6.noarch.rpm My goal was not to rewrite the original SPEC file, and/or the tarball. In other projects what I tend to do is prepare the SPEC file in the tarball with the correct version/release so that rpmbuild works on the (released) tarball as well. If this is wanted, we will have to rewrite the SPEC file on the fly as part of creating the tarball. If there is no git or .git/ available, we will use the current time.
Dag Wieërs committed -
Allow = symbols in variable values in host inventory
Michael DeHaan committed -
Ahmad Khayyat committed
-
fixing test_one
Michael DeHaan committed -
on_skipped callback being passed an extra item parameter that it wasn't expecting. Fixed it so that on_skipped in TestCallbacks accepts and ignores the extra parameter Extra parameter was added in 4b9b9a8a but not really clear why from commit message
Will Thames committed -
Teach the common module code to warn users about typo'd arguments and also set everything to None automatically such that code doesn't have to do a lot of params.get('foo', None) everywhere.
Michael DeHaan committed -
Michael DeHaan committed
-
concatenating stdout and stderr in runner/__init__'s _low_level_exec_command
Michael DeHaan committed
-
- 31 Jul, 2012 16 commits
-
-
Timothy Appnel committed
-
Apt module: add update-cache as alias of update_cache
Michael DeHaan committed -
This will ensure users of previous versions of this module don't have their playbooks break.
Lorin Hochstein committed -
Fixes for git module when it fails.
Michael DeHaan committed -
Allow copy dest argument to be a directory
Michael DeHaan committed -
Use sudo_user as an argument in the sudo command
Michael DeHaan committed -
Changed funtion name to get_ohai_data
Michael DeHaan committed -
added extra arguments for database creation
Michael DeHaan committed -
mysql_db: added 'encoding' and 'collation' args postgresql_db: added 'owner', 'template' and 'encoding' args
Petros Moisiadis committed -
Nikhil Singh committed
-
u348095 committed
-
Could have used shutil.copy rather than shutil.copyfile, but this implementation preserves the md5 comparison to avoid unnecessary copies
u348095 committed -
* module.fail_json *must* have msg argument Using http://github.com/ rather than git://github.com/ as it gets through more firewalls
u348095 committed -
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 30 Jul, 2012 2 commits
-
-
Michael DeHaan committed
-
to scripted inventory so need to investigate this.
Michael DeHaan committed
-
- 28 Jul, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Port the ohai module over, while this is actually *longer* now, not transferring the args file makes this much faster.
Michael DeHaan committed -
Michael DeHaan committed
-
- 30 Jul, 2012 9 commits
-
-
Changing the parameter names to be consistent, and adding root user
Michael DeHaan committed -
Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
Mark Theunissen committed -
Making inventory pattern matching handle group names
Michael DeHaan committed -
Git module ported to use module magic
Michael DeHaan committed -
Peter Sankauskas committed
-
fix trace-creating error in apt module - also make the default setting a...
Michael DeHaan committed -
the apt module to use it
Seth Vidal committed -
added inventory_hostname_short varible
Michael DeHaan committed -
Derek Carter committed
-