summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
Commit message (Expand)AuthorAgeFilesLines
* Handle rid intelligently, to avoid infinite loop.Gordon Messmer2016-04-211-5/+2
* Merge branch 'maint'Alexander Sulfrian2015-06-121-12/+133
|\
| * Merge branch 'fix-yum-packages-traceback' into maintSol Jerome2015-04-281-4/+9
| |\
| | * Yum.py: Add debug log messageSol Jerome2015-04-281-0/+2
| | * Yum.py: Fix traceback when arch missingSol Jerome2014-11-041-4/+7
| * | Yum.py: Compare epoch/version/release separatelySol Jerome2015-03-311-6/+15
| * | Packages/Yum.py: Fix dependency resolution logicSol Jerome2015-03-301-2/+101
| * | Plugins/Packages/Source: Remove unused arguments of _init_attributesAlexander Sulfrian2015-01-231-2/+2
| * | Plugins/Packages: all attributes should be defined in __init__Alexander Sulfrian2015-01-231-5/+12
| * | Plugins/Packages: fix initialization of YumSourceAlexander Sulfrian2015-01-161-3/+4
| |/
* | Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-8/+0
* | Server/Plugin/helpers: remove track_statisticsAlexander Sulfrian2014-12-131-1/+1
* | Plugins/Packages: ability to overwrite recommended flag per packageAlexander Sulfrian2014-05-111-2/+2
* | Merge branch 'maint'Chris St. Pierre2014-04-251-6/+27
|\|
| * Enable bcfg2-yum-helper to depsolve for arches incompatible with serverJohn Morris2014-04-211-4/+25
* | Merge branch 'maint' into masterSol Jerome2014-04-161-3/+5
|\|
| * Fixed typoChris St. Pierre2014-02-211-1/+1
| * Yum: fix pylint testsChris St. Pierre2014-02-211-2/+2
| * Yum: only fork to find bcfg2-yum-helper once, for realChris St. Pierre2014-02-211-2/+2
| * testsuite: Fixed several pylint 1.0 issuesChris St. Pierre2014-02-211-1/+1
| * fixed pylint testsChris St. Pierre2014-01-301-1/+2
| * load correct JSON library on py2.4Chris St. Pierre2014-01-291-1/+2
* | Packages: better way to find bcfg2-yum-helperChris St. Pierre2013-12-091-11/+8
* | Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
* | testsuite: fixed more unit testsChris St. Pierre2013-08-121-24/+7
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-43/+41
|\ \
| * | Options: migrated plugins to new options parserChris St. Pierre2013-06-271-40/+41
* | | Merge branch 'maint'Chris St. Pierre2013-08-081-8/+17
|\ \ \ | | |/ | |/|
| * | Yum: better errors when yum helper output isn't valid JSONChris St. Pierre2013-08-051-3/+8
| * | Yum: suppress warning about class variable assignmentChris St. Pierre2013-08-011-0/+2
| * | Yum: Fixed class-scope variable assignmentsChris St. Pierre2013-08-011-4/+6
| * | Yum: record helper location in class variable so it's only detected onceChris St. Pierre2013-07-311-1/+2
* | | Yum: Add back disableMetaData methodSol Jerome2013-07-271-0/+20
* | | Merge branch 'maint'Sol Jerome2013-07-271-10/+25
|\| |
| * | Packages: instantiate Executor before determining path to helperChris St. Pierre2013-07-221-5/+4
| * | Packages: Added timeout to bcfg2-yum-helper callsChris St. Pierre2013-07-221-34/+20
| * | Packages: added lock to yum cache updateChris St. Pierre2013-07-181-0/+13
* | | Yum: Add back self.cmdSol Jerome2013-07-181-0/+1
* | | Merge branch 'maint'Sol Jerome2013-07-181-15/+16
|\| | | |/ |/|
| * Packages: make opportunistic yum cache creation respect metadata=disabledChris St. Pierre2013-07-181-1/+22
| * Yum: Removed unused importChris St. Pierre2013-07-181-2/+1
| * Packages: fixed read-only yum cacheChris St. Pierre2013-07-181-29/+4
| * Packages: use a separate yum persistdir per cacheChris St. Pierre2013-07-181-0/+1
| * Read-only yum cacheChris St. Pierre2013-07-151-17/+43
* | Merge branch 'maint'Chris St. Pierre2013-06-271-15/+38
|\|
| * Yum: fixed logging bcfg2-yum-helper error outputChris St. Pierre2013-06-191-1/+3
| * Yum: fixed yum-helper logging for real this time, i totally swearChris St. Pierre2013-06-131-1/+1
| * Yum: fixed verbose logging from bcfg2-yum-helperChris St. Pierre2013-06-131-1/+1
| * Yum: handle and log helper errors betterChris St. Pierre2013-06-131-5/+16
| * Packages: handle bcfg2-yum-helper failures more gracefullyChris St. Pierre2013-06-031-10/+22