summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
Commit message (Expand)AuthorAgeFilesLines
...
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-201-21/+20
* Packages: fixed handling of poorly-specified BoundPackage entriesChris St. Pierre2012-09-171-4/+6
* Yum: fixed fallback return type for get_groups w/o yum libs enabledChris St. Pierre2012-09-171-1/+1
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* Packages: made url_map consistent across all source typesChris St. Pierre2012-08-271-64/+41
* fix duplicate repo name infinite loopChris St. Pierre2012-08-231-1/+1
* removed more calls to file()Chris St. Pierre2012-08-151-3/+3
* PY3K/PEP8 fixesSol Jerome2012-08-141-7/+3
* fixed calculation of new packages listChris St. Pierre2012-08-031-0/+13
* fixed yum version support for version="any"Chris St. Pierre2012-08-031-11/+14
* made yum Packages backend support resolving by version (#1112)Chris St. Pierre2012-08-031-17/+89
* fixed location of yum configs to go under Packages cacheChris St. Pierre2012-08-031-5/+1
* improved verbosity of bcfg2-yum-helper when bcfg2-server is run with -vChris St. Pierre2012-08-031-9/+5
* batch up get_group calls in Packages to improve performance (#1101)Chris St. Pierre2012-08-011-2/+17
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-311-2/+2
* import re to fix yum repo naming conflictsChris St. Pierre2012-07-251-0/+1
* merged maintChris St. Pierre2012-06-191-2/+13
* fixed docs, code that referenced old yum section of packages.confChris St. Pierre2012-06-041-1/+1
* merged maintChris St. Pierre2012-05-151-2/+16
* moved plugin-specific configs to main config file; propagate "setup" object t...Chris St. Pierre2012-05-111-23/+19
* better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-041-10/+17
* improved some error messages; only setup pulp connection if there are pulp so...Chris St. Pierre2012-05-041-18/+19
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+688