summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages/Pac.py
Commit message (Collapse)AuthorAgeFilesLines
* added toggle_debug back to Packages (#1091)Chris St. Pierre2012-01-231-6/+4
|
* Improve error handling of Packages plugin.Mike McCallister2011-10-151-4/+4
| | | | | | | | | | | | Provide a descriptive error message that avoids logging a traceback. Error out (instead of continuing) upon receiving an HTTP error or an indication that the URL is malformed. Only write data to the cache file if it was successfully retrieved from the URL. Make log messages for Packages plugin use consistent "Packages:" prefix.
* Replaced print statements in Packages with logger calls.Mike McCallister2011-10-151-3/+3
|
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-0/+122
can dramatically reduce memory usage, and fixed several bugs: * #1014 (Package plugin can't resolve dependencies for rpms with Require: tags for full paths that aren't Provided explicitly) * #991 (Dependency Resolution difference between Package and yum) * #996 (Packages high memory usage) * Added support for Yum package groups when using yum libraries (#1039) * Fixed #911 (bcfg2 output for wrong package version with Packages is misleading) * YUMng turns down the Yum debug level itself depending on the debug/verbosity level requested by bcfg2 so you don't have to reduce the Yum debug level on a global basis * Added support for Pulp repositories, including registering Pulp consumers and binding to repositories * Added ability to disable magic OS groups