summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/FileProbes.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed typoChris St. Pierre2011-12-141-3/+3
|
* Revert "Correct syntax for try/except statements."Raul Cuza2011-12-101-1/+1
| | | | | | | | This commit is not compatable with Python 2.4 and below. Our goal is to support for the foreseeable future 2.4+ for Bcfg2 server and 2.3+ for Bcfg2 client. This reverts commit 4310284f6df01caf1b686c9bac8955364a895755.
* Correct syntax for try/except statements.Raul Cuza2011-12-091-1/+1
| | | | | | In earlier versions of python commas (,) could be used in except statements. The new way is to use 'as'.
* added FAM wait loops in FileProbes to ensure that the file copied out is the ↵Chris St. Pierre2011-12-041-20/+57
| | | | file that was just probed
* fixed tracebacks introduced by 5360af9fe752850b1647Chris St. Pierre2011-09-011-1/+2
|
* fixed traceback introduced by 5360af9fe752850b1647Chris St. Pierre2011-09-011-2/+3
|
* Added FileProbes plugin.Chris St. Pierre2011-05-111-0/+177