summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
Commit message (Collapse)AuthorAgeFilesLines
* tests and fixes for XMLFileBackedChris St. Pierre2012-08-091-9/+2
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-8/+5
|
* Fix PY3K syntax errorSol Jerome2012-05-211-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Print more information when a source type fails to loadTim Laszlo2012-05-211-2/+2
| | | | | | | If a yum type is used on python 2.4 and simplejson is not installed, this message is the only error Packages: Unknown source type Yum
* fixed some stringification issuesChris St. Pierre2012-05-181-1/+1
|
* merged maintChris St. Pierre2012-05-151-0/+3
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-4/+4
| | | | to server Core
* better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-041-3/+5
|
* fixed xincludes to properly handle includes-in-includes, includes that ↵Chris St. Pierre2012-04-111-2/+12
| | | | aren't top-level, and other misc. stuff
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+97
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>