summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* fix make tests to use the set of module from git checkoutMichael Scherer2013-11-161-1/+1
* check more files using make pyflakes ( ie subdirectory of lib/ansible/ )Michael Scherer2013-11-021-1/+1
* Remove extra "latest/" subdirectory in docs build structure.Michael DeHaan2013-10-141-1/+1
* Simplify the selection of date commandr-p-e2013-09-151-6/+2
* Do not set RPMDIST to '%dist' when dist is not set by the distribution.Patrick Callahan2013-06-021-1/+1
* Not sure why RPM was trying to avoid certain files starting with f. Change t...Michael DeHaan2013-05-291-1/+1
* Fixup fetch doc formatting.Michael DeHaan2013-05-291-1/+1
* make path to nosetests executable configurableElan Ruusamäe2013-05-111-1/+3
* Smush Jinja2 braces in playbooks so unresolved variables get parsed nicelyMichael DeHaan2013-04-121-14/+0
* Reorganize docs structure to support snapshots.Michael DeHaan2013-04-121-13/+1
* Docs on parameterized roles, make document generation output less noisyMichael DeHaan2013-04-121-0/+14
* add clean up authors file to make cleanSerge van Ginderachter2013-03-261-0/+2
* Teach 'make rpm' to build on RHEL5/SL5 etc...Jimmy Tang2013-03-111-0/+1
* Fix up other places in makefile to use PYTHON variableJimmy Tang2013-03-111-3/+3
* Merge pull request #2278 from jcftang/develMichael DeHaan2013-03-101-4/+5
|\
| * Teach makefile to accept different versions of pythonJimmy Tang2013-03-021-4/+5
* | Update the Makefile and build-site.py to notify of missing dependencies for d...Tim Bielawa2013-03-051-2/+5
* | Remove webdocs from docsDaniel Hokka Zakrisson2013-03-051-1/+1
|/
* Restore authors fileMichael DeHaan2013-03-011-1/+1
* Adding a script to auto-generate an authors file, runnable from 'make authors...Michael DeHaan2013-02-261-1/+4
* Fix documentation YAML for pkgin moduleMichael DeHaan2013-01-261-0/+4
* CLI: ansible-doc shows lists of modules & module docs on command-lineJan-Piet Mens2012-11-301-1/+1
* moduleformatter.py should include our own ansible cloneDag Wieers2012-11-121-4/+4
* Fix broken RPM names due to static _rpmfilenameDag Wieers2012-11-081-1/+1
* Put generated manpages back in correct directoryMichael DeHaan2012-10-101-1/+1
* Merge branch 'remove-argparse' of git://github.com/dagwieers/ansible into develMichael DeHaan2012-10-101-2/+5
|\
| * Use getopt instead of argparseDag Wieers2012-10-091-1/+1
* | Unified document generator and make to generate JSON and JS filesMarco Vito Moscaritolo2012-10-101-1/+12
* | Working on makefileMichael DeHaan2012-10-101-2/+2
|/
* Keep the man3 directory. 'make docs' breaks without it.Tim Bielawa2012-10-081-1/+2
* Docs rebuild in new project structure.Michael DeHaan2012-10-081-1/+4
* Library functions and modules should be in the 3 man page section. Also the f...Tim Bielawa2012-10-031-3/+3
* Check in generated manpage documentation from modulesMichael DeHaan2012-10-021-2/+2
* Make use of UTC dates for RPM timestampDag Wieers2012-10-021-1/+1
* documentation: man template: support empty options; add Version to MakefileJan-Piet Mens2012-09-301-1/+1
* fix tests and change nosetests flags so asserts show what comparisons failedMichael DeHaan2012-09-271-1/+1
* module_formatter in hacking/Jan-Piet Mens2012-09-261-0/+2
* date parsing for OSX is BSD-likeMatthew Johnson2012-09-191-0/+4
* - Makefile now works with freebsd (date command options are diff)Brian Coca2012-08-291-1/+7
* If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files wi...Michael DeHaan2012-08-161-2/+0
* Add some docs/examplesTim Bielawa2012-08-141-1/+1
* formattingMichael DeHaan2012-08-111-2/+2
* Make pep8 tests run against the library directory as well, and associated twe...Michael DeHaan2012-08-111-1/+2
* Place the freshly built RPM directly into rpm-build/Dag Wieërs2012-08-011-1/+2
* Implements git commit date into RPM releaseDag Wieërs2012-08-011-5/+16
* Added a host expansion feature to ansible's inventory parsingChin Fang2012-07-241-1/+1
* debian packagingHenry Graham2012-04-231-3/+10
* Ignore pyflakes E261 style output (multiple spaces before inline comment)Michael DeHaan2012-04-211-1/+1
* Unused importMichael DeHaan2012-04-211-2/+23
* Move setup.py stuff back to top level as "make sdist" was not working, plus, ...Michael DeHaan2012-04-211-8/+10