summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Bundler.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-1/+1
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-8/+6
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-10/+2
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* better Genshi syntax lint checkerChris St. Pierre2013-02-141-2/+1
|
* Templating updates:Chris St. Pierre2012-11-191-3/+12
| | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-1/+1
|
* fixed bcfg2-lint checking of bundle names with . in themChris St. Pierre2012-10-041-1/+1
|
* better error reporting for unknown template bundle render failuresChris St. Pierre2012-10-031-3/+3
|
* more pylint checksChris St. Pierre2012-09-251-48/+48
|
* Bundler: Add logger for BundleTemplateFileSol Jerome2012-08-181-5/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-3/+54
|
* bcfg2-lint bug fixesChris St. Pierre2012-07-111-1/+3
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-3/+2
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-0/+50
|
* Bundler: Fix genshi importSol Jerome2012-05-211-2/+2
| | | | | | | | | | | | | | Wasn't properly importing genshi previously. >>> import genshi.template.base.TemplateError Traceback (most recent call last): File "<input>", line 1, in <module> ImportError: No module named TemplateError >>> import genshi.template.base >>> genshi.template.base.TemplateError <class 'genshi.template.base.TemplateError'> Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* more fixes for missing genshiChris St. Pierre2012-05-211-18/+11
|
* merged maintChris St. Pierre2012-05-151-2/+3
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+99
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>