summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-1/+1
* lots of various py3k fixesChris St. Pierre2012-08-211-1/+2
* Packages is no longer experimentalChris St. Pierre2012-08-151-1/+0
* fixed calculation of new packages listChris St. Pierre2012-08-031-1/+1
* made yum Packages backend support resolving by version (#1112)Chris St. Pierre2012-08-031-7/+2
* batch up get_group calls in Packages to improve performance (#1101)Chris St. Pierre2012-08-011-11/+8
* made path to Packages cache configurableChris St. Pierre2012-08-011-14/+25
* fixed typo in Packages end_statistics hookChris St. Pierre2012-06-191-1/+1
* merged maintChris St. Pierre2012-06-191-2/+2
* added end_statistics hook to ClientRunHooks; added calls to Packages and Pupp...Chris St. Pierre2012-06-121-0/+3
* converted Packages to use ClientRunHooks instead of abusing GoalValidatorChris St. Pierre2012-06-121-7/+5
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-011-1/+2
* merged maintChris St. Pierre2012-05-151-0/+4
* moved plugin-specific configs to main config file; propagate "setup" object t...Chris St. Pierre2012-05-111-22/+25
* added short-lived caching of Packages Collection objectsChris St. Pierre2012-05-111-3/+11
* remove extraneous assignment of package versionChris St. Pierre2012-05-111-1/+0
* set important on yum/apt config generated by PackagesChris St. Pierre2012-05-101-5/+6
* Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-171-1/+3
* Packages: Add support for alternate version attributeSol Jerome2012-03-291-2/+6
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+263