- 29 Aug, 2012 1 commit
-
-
date still issues warning and ignores TZ - Updated tests to work inside bsd jails (127 addresses are an issue) Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-
- 17 Aug, 2012 1 commit
-
-
If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files will not be deleted, which is useful only for development debugging purposes.
Michael DeHaan committed
-
- 14 Aug, 2012 1 commit
-
-
Add a basic ansible-pull man page. Add the example playbooks/scripts to the RPM package. Closes #841
Tim Bielawa committed
-
- 11 Aug, 2012 2 commits
-
-
Michael DeHaan committed
-
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library directory.
Michael DeHaan committed
-
- 01 Aug, 2012 2 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
-
- 24 Jul, 2012 1 commit
-
-
Chin Fang committed
-
- 23 Apr, 2012 1 commit
-
-
Henry Graham committed
-
- 21 Apr, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Move setup.py stuff back to top level as "make sdist" was not working, plus, it makes sources cleaner.
Michael DeHaan committed
-
- 19 Apr, 2012 1 commit
-
-
Distutils MANIFEST.in, setup.py -> packaging/distutils/ directory.
Tim Bielawa committed
-
- 18 Apr, 2012 1 commit
-
-
Tim Bielawa committed
-
- 17 Apr, 2012 3 commits
-
-
Makefile upgraded with comments and some simplifications. Remove useless 'PHONEY' and 'VPATH' directives from Makefile
Tim Bielawa committed -
Change manpages to build from *.in and add comments about how the make targets work.
Tim Bielawa committed -
Conflicts: docs/man/man1/ansible-playbook.1 docs/man/man1/ansible.1 Update %description
Tim Bielawa committed
-
- 31 Mar, 2012 1 commit
-
-
Run tests in verbose mode.
Michael DeHaan committed
-
- 18 Mar, 2012 1 commit
-
-
Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume there was a typo in the pattern)
Michael DeHaan committed
-
- 31 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 16 Mar, 2012 1 commit
-
-
Because folks on RHEL 6 (not CentOS 6) have some issues with asciidoc, do not build the asciidoc from the rpm or make install targets. Also modify the make install (only) to copy over files into the library directory since the setup.py does not do this (due to a distutils bug, more or less).
Michael DeHaan committed
-
- 10 Mar, 2012 2 commits
-
-
Fixup distutils: setup.py Clean old cruft: section 5 man pages
Tim Bielawa committed -
Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.
Michael DeHaan committed
-
- 08 Mar, 2012 1 commit
-
-
Drop other man(5) pages so we can have only one source of docs -- ansible.github.com for those operations. Easier to maintain and much more verbose.
Michael DeHaan committed
-
- 06 Mar, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 05 Mar, 2012 2 commits
-
-
Tim Bielawa committed
-
Tim Bielawa committed
-
- 04 Apr, 2012 1 commit
-
-
everything as the logged in user using local checkout and write to a tempdir. To run tests, be sure user is in SSH authorized_keys for themselves, this DOES run through paramiko because mocking it out would defeat the point of having tests.
Michael DeHaan committed
-
- 03 Mar, 2012 3 commits
-
-
be better used programatically. May have to come up with another system of tree logging for playbook if playbook decides to have tree logging. Presumably not the highest priority.
Michael DeHaan committed -
Also make pep8 show all messages rather than just 1 per code.
Michael DeHaan committed -
Let "all" be an alias for "*" in patterns, fix output bug on non-command execution, make clean now removes the build dir
Michael DeHaan committed
-
- 28 Feb, 2012 1 commit
-
-
docs before python setup.py. Seems reasonable to let Makefile drive
Michael DeHaan committed
-
- 27 Feb, 2012 3 commits
-
-
Tim Bielawa committed
-
Tim Bielawa committed
-
written.
Michael DeHaan committed
-
- 26 Feb, 2012 1 commit
-
-
Michael DeHaan committed
-
- 25 Feb, 2012 1 commit
-
-
Tim Bielawa committed
-