summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages
Commit message (Expand)AuthorAgeFilesLines
* Pylint/PEP8 fixesSol Jerome2013-09-062-3/+3
* Rewrote arbitrary data cache systemChris St. Pierre2013-08-161-43/+19
* Merge branch 'maint'Chris St. Pierre2013-08-121-3/+7
|\
| * Packages: always add collections to group/package cacheChris St. Pierre2013-08-091-4/+8
* | testsuite: fixed more unit testsChris St. Pierre2013-08-123-49/+16
* | testsuite: fixed most pylint complaintsChris St. Pierre2013-08-094-4/+18
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-086-149/+508
|\ \
| * | Options: migrated bcfg2-yum-helperChris St. Pierre2013-06-271-0/+294
| * | Options: migrated plugins to new options parserChris St. Pierre2013-06-275-145/+124
* | | Merge branch 'maint'Chris St. Pierre2013-08-083-19/+63
|\ \ \ | | |/ | |/|
| * | MultiprocessingCore: added a way to dispatch RMI calls to child processesChris St. Pierre2013-08-071-0/+3
| * | Plugin: added new Caching interfaceChris St. Pierre2013-08-071-0/+5
| * | Packages: cache group and package selectionsChris St. Pierre2013-08-071-5/+32
| * | 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
| * | Packages: reduce source_from_xml() calls on startupChris St. Pierre2013-07-311-6/+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-183-25/+98
|\| |
| * | 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: better stringification/representation of OnDemandDictChris St. Pierre2013-07-181-1/+1
| * | Packages: use a separate yum persistdir per cacheChris St. Pierre2013-07-181-0/+1
| * | Packages: added missing docstringChris St. Pierre2013-07-151-0/+3
| * | Read-only yum cacheChris St. Pierre2013-07-153-27/+122
* | | Merge branch 'maint'Sol Jerome2013-07-081-1/+2
|\| | | |/ |/|
| * Plugins/Packages: add missing format string parameterAlexander Sulfrian2013-06-281-1/+2
* | 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
* | Merge branch 'maint'Sol Jerome2013-06-021-2/+2
|\|
| * Yum: prevent traceback with empty repositoryChris St. Pierre2013-05-211-2/+2
| * Packages: don't cache package collections with no sourcesChris St. Pierre2013-05-211-2/+3
* | Merge branch 'maint'Chris St. Pierre2013-05-211-2/+3
|\ \
| * | Packages: don't cache package collections with no sourcesChris St. Pierre2013-05-211-2/+3
| |/
* | fixed unit testsChris St. Pierre2013-05-201-1/+1
* | Replaced XMLSrc with StructFileChris St. Pierre2013-05-201-1/+1
* | Merge branch 'maint'Chris St. Pierre2013-05-173-2/+11
|\|
| * Packages: handle URLErrors (e.g., timeouts) when downloading GPG keys betterChris St. Pierre2013-05-101-2/+2
| * APT: Allow specification of deb-src lines (Resolves #1148)Sol Jerome2013-05-102-0/+9