summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Chris St. Pierre2012-05-111-23/+19
| | | | to server Core
* 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 ↵Chris St. Pierre2012-05-041-18/+19
| | | | sources listed
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+688
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>