- 12 Apr, 2013 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 26 Mar, 2013 1 commit
-
-
Serge van Ginderachter committed
-
- 11 Mar, 2013 2 commits
-
-
Jimmy Tang committed
-
Only the nosetests aren't using the PYTHON variable now.
Jimmy Tang committed
-
- 05 Mar, 2013 2 commits
-
-
Tim Bielawa committed
-
No reason to build the website for RPMs/DEBs, adding dependency on Sphinx.
Daniel Hokka Zakrisson committed
-
- 02 Mar, 2013 2 commits
-
-
This commit makes the Makefile nicer for packagers so they can select versions of python. E.g. on a RHEL5 system with Python2.6 (installed from EPEL) make PYTHON=python2.6 install
Jimmy Tang committed -
Michael DeHaan committed
-
- 27 Feb, 2013 1 commit
-
-
Adding a script to auto-generate an authors file, runnable from 'make authors', which is called from 'make docs/webdocs'.
Michael DeHaan committed
-
- 26 Jan, 2013 1 commit
-
-
Michael DeHaan committed
-
- 01 Dec, 2012 1 commit
-
-
check path is directory added manpage & setup small cleanup shut up module_formatter in utils to avoid trace print on crud files in library
Jan-Piet Mens committed
-
- 12 Nov, 2012 1 commit
-
-
Without this, module_formatter.py relies on the installed ansible which is wrong in more than one way.
Dag Wieers committed
-
- 07 Nov, 2012 1 commit
-
-
Dag Wieers committed
-
- 11 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 10 Oct, 2012 2 commits
-
-
Marco Vito Moscaritolo committed
-
Michael DeHaan committed
-
- 09 Oct, 2012 1 commit
-
-
On RHEL5 and RHEL6 there is not argparse, and 'make rpm' fails because of this. With this change it works, and I can test and fix my own documentation...
Dag Wieers committed
-
- 08 Oct, 2012 2 commits
-
-
Tim Bielawa committed
-
Michael DeHaan committed
-
- 03 Oct, 2012 2 commits
-
-
Library functions and modules should be in the 3 man page section. Also the files should end in '.3'
Tim Bielawa committed -
Michael DeHaan committed
-
- 02 Oct, 2012 1 commit
-
-
So they can be shared/compared by people in different timezones
Dag Wieers committed
-
- 30 Sep, 2012 2 commits
-
-
Jan-Piet Mens committed
-
Jan-Piet Mens committed
-
- 28 Sep, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 26 Sep, 2012 2 commits
-
-
Jan-Piet Mens committed
-
Jan-Piet Mens committed
-
- 19 Sep, 2012 1 commit
-
-
Matthew Johnson committed
-
- 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
-