summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Pkgmgr.py
Commit message (Collapse)AuthorAgeFilesLines
* doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-6/+10
|
* Hostbase: Avoid DeprecationWarningSol Jerome2012-08-121-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pkgmgr: missing os importTim Laszlo2012-07-251-0/+1
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-2/+42
|
* Pkgmgr: Fix broken altsrcTim Laszlo2012-05-221-4/+6
| | | | | | Use __contains__ instead of has_key in Pkgmgr. Gone in Py3k. Fallback on __getitem__ in PrioDir. Handles cased with an override for __getitem__ is used.
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+169
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>