summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor/Pseudo.py
Commit message (Collapse)AuthorAgeFilesLines
* FileMonitor/Pseudo: Only produce exists events, if file exists.Alexander Sulfrian2015-02-171-1/+2
| | | | | | The pseudo filemonitor created exists events, even if the file does not exists and the event handler raises an exception. Not it simply ignores non existing files and does not confuse the user with error messages.
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-1/+1
|
* wrote FAM docsChris St. Pierre2012-10-111-5/+8
|
* expanded pylint coverageChris St. Pierre2012-09-251-5/+6
|
* made inotify FAM work. i think.Chris St. Pierre2012-07-181-3/+1
|
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-211-10/+7
|
* Added inotify filemonitor driverChris St. Pierre2012-05-181-0/+30
Moved list of files to ignore into config