summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
Commit message (Collapse)AuthorAgeFilesLines
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-2/+3
|
* Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-171-5/+4
|\ | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
| * removed passing of optionparser object amongst Packages pluginChris St. Pierre2013-01-171-5/+4
| |
| * abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-0/+2
| |
* | added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-5/+2
| | | | | | | | times
* | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-0/+2
|/
* 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>