summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/FileProbes.py
Commit message (Collapse)AuthorAgeFilesLines
* FileProbes: escape literal % in probe codeChris St. Pierre2012-10-041-2/+2
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-281-8/+19
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-26/+24
|
* FileProbes: removed client-side lxml requirementChris St. Pierre2012-09-181-16/+19
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-2/+2
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-4/+5
|
* lots of various py3k fixesChris St. Pierre2012-08-211-9/+9
|
* fixed syntax errorChris St. Pierre2012-08-201-1/+1
|
* FileProbes: fixed bug introduced by Cfg rewriteChris St. Pierre2012-08-161-7/+3
|
* FileProbes creates new entries in Cfg (https://github.com/Bcfg2/bcfg2/issues/38)Chris St. Pierre2012-08-151-4/+4
|
* print function fixesChris St. Pierre2012-08-151-2/+2
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-10/+4
|
* merged maintChris St. Pierre2012-05-151-1/+4
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+230
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>