Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to run directly from a git checkout (#1037) | Sol Jerome | 2012-03-24 | 1 | -230/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'fix-svn-keywords' | Sol Jerome | 2012-03-17 | 1 | -2/+0 |
|\ | |||||
| * | Remove svn keywords | Sol Jerome | 2012-02-19 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed logging, deduplicated code in FileProbes | Chris St. Pierre | 2012-03-14 | 1 | -70/+77 |
| | | |||||
* | | killing FileProbes because a file fetch failed is probably not ideal | Chris St. Pierre | 2012-03-13 | 1 | -1/+0 |
|/ | |||||
* | fixed handling of new probed base64-encoded files | Chris St. Pierre | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | fixed FileProbes handling of base64-encoded files | Chris St. Pierre | 2011-12-28 | 1 | -5/+15 |
| | |||||
* | fixed typo in FileProbes | Chris St. Pierre | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | fixed logic for file creation; only write info.xml if none exists | Chris St. Pierre | 2011-12-21 | 1 | -3/+3 |
| | |||||
* | fixed typo | Chris St. Pierre | 2011-12-14 | 1 | -3/+3 |
| | |||||
* | Revert "Correct syntax for try/except statements." | Raul Cuza | 2011-12-10 | 1 | -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 Cuza | 2011-12-09 | 1 | -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. Pierre | 2011-12-04 | 1 | -20/+57 |
| | | | | file that was just probed | ||||
* | fixed tracebacks introduced by 5360af9fe752850b1647 | Chris St. Pierre | 2011-09-01 | 1 | -1/+2 |
| | |||||
* | fixed traceback introduced by 5360af9fe752850b1647 | Chris St. Pierre | 2011-09-01 | 1 | -2/+3 |
| | |||||
* | Added FileProbes plugin. | Chris St. Pierre | 2011-05-11 | 1 | -0/+177 |