summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | removed magic groupsChris St. Pierre2013-01-171-4/+0
| | | |
| * | | fixed unit testsChris St. Pierre2013-01-171-1/+1
| | | |
| * | | added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-6/+6
| |/ / | | | | | | | | | times
* | | fixed unit testsChris St. Pierre2013-03-211-4/+3
| | |
* | | YUM: Fixing long linesJason Kincl2013-02-241-2/+5
| | |
* | | Packages: Adding Yum groups to Bcfg2's internal dependency resolverJason Kincl2013-02-221-13/+72
| |/ |/|
* | Packages: fixed several bugs that could cause duplicate Package entriesChris St. Pierre2013-02-061-1/+5
| |
* | Packages: removed unnecessary nested functionsChris St. Pierre2013-01-231-42/+41
| |
* | Packages: only convert package entry to tuple if yum libraries are usedChris St. Pierre2013-01-231-0/+6
|/
* catch pulp errors when creating/binding consumersChris St. Pierre2012-11-271-10/+25
|
* only try to find bcfg2-yum-helper in $PATH onceChris St. Pierre2012-11-141-15/+16
|
* Packages: fixed yum cachefiles propertyChris St. Pierre2012-11-081-1/+1
|
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-151-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: updated pulp repo handling to latest Pulp v1 APIChris St. Pierre2012-10-111-9/+137
|
* Packages: added stats trackingChris St. Pierre2012-10-101-4/+11
|
* various pylint fixesChris St. Pierre2012-09-251-2/+2
|
* misc. minor bug fixesChris St. Pierre2012-09-251-9/+12
|
* made json optional againChris St. Pierre2012-09-251-1/+6
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-17/+25
|
* Packages: Fixed urls property of YumSourceChris St. Pierre2012-09-201-2/+4
|
* Packages: fixed unknown_filterChris St. Pierre2012-09-201-10/+17
|
* fixed bug in yum conversion to package tuplesChris St. Pierre2012-09-201-2/+2
|
* documented packages backendsChris St. Pierre2012-09-201-101/+375
|
* documented PackagesSourcesChris St. Pierre2012-09-201-9/+9
|
* Source fully documentedChris St. Pierre2012-09-201-2/+2
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-201-10/+12
|
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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>