summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
Commit message (Collapse)AuthorAgeFilesLines
* Packages: reduce source_from_xml() calls on startupChris St. Pierre2013-07-311-6/+6
|
* testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-0/+1
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-8/+3
| | | | | | | | | * 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.
* Packages: add and expose get_config() function to get configs for other hostsChris St. Pierre2013-03-251-1/+1
|
* Revert "Packages: properly implemented deepcopy() for PackagesSources objects"Chris St. Pierre2013-03-251-10/+2
| | | | This reverts commit 432f448983ff27452d82d62314d91c942f31bce5.
* Packages: properly implemented deepcopy() for PackagesSources objectsChris St. Pierre2013-03-251-2/+10
|
* fixed plugin-specific implementations of toggle_debug for new set_debug stuffChris St. Pierre2012-11-161-4/+4
|
* fixed some docs for sphinx 1.1Chris St. Pierre2012-11-131-2/+2
|
* Packages: added stats trackingChris St. Pierre2012-10-101-0/+2
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-0/+3
|
* documented PackagesSourcesChris St. Pierre2012-09-201-12/+82
|
* 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>