summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2Py3k.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a number of features to SSHbase:Chris St. Pierre2011-10-271-3/+9
| | | | | | | * Support for group-specific host keys * Support for fully static host- and group-specific ssh_known_hosts * (Support for totally generic host keys and ssh_known_hosts, too, but that's pretty useless.) * Support for info.xml, info, and :info files; only info.xml is likely to be useful, with the <Path> directive
* Use urlopen from urllib2 instead of urllib so that HTTP errors will be caught.Mike McCallister2011-10-151-1/+1
| | | | | When using urllib.urlopen, no exception is thrown when the URL request receives a 403 error, for example.
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-0/+5
| | | | | | | | | | | | | | | | | | 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
* Py3k Compat: Add fixes for various importsSol Jerome2011-04-271-8/+43
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-4/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Consolidate PY3K compatibility librariesSol Jerome2011-04-261-0/+24
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>