summaryrefslogtreecommitdiff
path: root/files/patch.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Make `main()` calls conditional - files (#3658)Fabio Alessandro Locati2016-12-051-1/+3
|
* Port patch.py to python3/python2.4 syntax (#2276)Michael Scherer2016-05-231-1/+2
|
* Update 'patch' documentation for src, remote_src, backup and binary.Charles Ferguson2015-11-271-8/+10
| | | | | | | | | | | | | | | | | | | | The patch module has a few missing items, and inconsistencies, in its documentation. A few of which are addressed here. Within Ansible documentation, the choices for boolean values are commonly 'yes', and 'no'. We standardise the options on that. 'remote_src' documentation uses 'False' and 'True' for its documentation, so these have been updated in both the choices and default. 'src' documentation refers to 'remote_src', so is updated to use the 'no' choice. 'backup' did not describe its options and default at all, so we add them. 'binary' default used 'False', but specified the type as 'bool' which is implicitly documented as 'yes'/'no', so we make that 'no' as well.
* Merge pull request #339 from rbu/patch-binaryBrian Coca2015-07-041-5/+16
|\ | | | | patch: Add binary option that maps to --binary to handle CLRF patches
| * patch: Add binary option that maps to --binary to handle CLRF patchesRobert Buchholz2015-06-201-5/+16
| |
| * added version added to patch's bacukpBrian Coca2015-06-021-0/+1
| |
| * patch module: 'backup_copy' parameter renamed to 'backup'Q2015-06-021-4/+5
| |
| * Update patch.pyQ2015-05-301-3/+14
| |
* | Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-2/+2
| |
* | added version added to patch's bacukpBrian Coca2015-06-161-0/+1
| |
* | patch module: 'backup_copy' parameter renamed to 'backup'Q2015-06-161-4/+5
| |
* | Update patch.pyQ2015-06-161-3/+14
|/
* removed executable bitBrian Coca2015-05-211-0/+0
|
* more string correctionsBrian Coca2015-05-141-3/+3
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+3
|
* Fix up modules that have python24 syntax errorMatt Martz2015-05-111-1/+1
|
* Expand user in path, fix #385Michael Scherer2015-04-141-0/+1
|
* [patch] Update documentation for src parameter.Sébastien Gross2015-03-201-1/+3
|
* [patch] Make sure the absolute patch file is passed to the patch command.Sébastien Gross2015-03-201-0/+3
| | | | | | | | | According the patch(1) manpage: The --directory option change to the directory dir immediately, before doing anything else. Thus if file is not relative to dir and making file absolute ensure that patch will find it.
* [patch] Make sure patch command is found on remote system.Sébastien Gross2015-03-201-0/+2
|
* Variable name typoAndré Luiz dos Santos2015-02-281-1/+1
|
* added version to patch and remote_src to allow for controlling if src is on ↵Brian Coca2015-02-091-4/+13
| | | | master or target
* Add new module "patch"Jakub Jirutka2015-02-091-0/+150