summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages
Commit message (Collapse)AuthorAgeFilesLines
...
* fix duplicate repo name infinite loopChris St. Pierre2012-08-231-1/+1
|
* bcfg2-info: fixed Collection.sourcelist arch filterChris St. Pierre2012-08-231-0/+2
|
* fixed determination of repo name from source component nameChris St. Pierre2012-08-221-3/+2
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-1/+1
|
* lots of various py3k fixesChris St. Pierre2012-08-211-1/+2
|
* Packages is no longer experimentalChris St. Pierre2012-08-151-1/+0
|
* removed more calls to file()Chris St. Pierre2012-08-152-5/+5
|
* Merge branch 'tests'Chris St. Pierre2012-08-153-16/+9
|\
| * tests and fixes for XMLFileBackedChris St. Pierre2012-08-091-9/+2
| |
| * removed calls to built-in file()/io.FileIO() in favor of read()Chris St. Pierre2012-08-092-7/+7
| |
* | PY3K/PEP8 fixesSol Jerome2012-08-141-7/+3
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* don't encode Packages source lists just to md5sum themChris St. Pierre2012-08-071-1/+1
|
* Packages: Add missing lxml importSol Jerome2012-08-061-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bug fixes from soljChris St. Pierre2012-08-061-1/+1
|
* get encoding a better way in packages collection objectsChris St. Pierre2012-08-031-1/+1
|
* fixed calculation of new packages listChris St. Pierre2012-08-033-1/+21
|
* 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-033-24/+106
|
* 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-013-13/+33
|
* made path to Packages cache configurableChris St. Pierre2012-08-011-14/+25
|
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-311-2/+2
|
* fixed repo names for sources that apply globally to all clients (#1120)Chris St. Pierre2012-07-301-2/+7
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-10/+1
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* import re to fix yum repo naming conflictsChris St. Pierre2012-07-251-0/+1
|
* Packages: Make sure essential packages are cachedSol Jerome2012-07-191-4/+8
| | | | | | Without this, essential packages are not included in the specification. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-8/+5
|
* fixed typo in Packages end_statistics hookChris St. Pierre2012-06-191-1/+1
|
* merged maintChris St. Pierre2012-06-193-12/+35
|
* added end_statistics hook to ClientRunHooks; added calls to Packages and ↵Chris St. Pierre2012-06-121-0/+3
| | | | PuppetENC to clean cache after statistics, too
* converted Packages to use ClientRunHooks instead of abusing GoalValidatorChris St. Pierre2012-06-121-7/+5
|
* fixed docs, code that referenced old yum section of packages.confChris St. Pierre2012-06-041-1/+1
|
* Packages: Fix unexpected indentSol Jerome2012-06-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed caching of Collection objects; moved bcfg2-info packagesources code ↵Chris St. Pierre2012-06-011-4/+29
| | | | into Collection.py
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-011-1/+2
|
* Fix PY3K syntax errorSol Jerome2012-05-211-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Print more information when a source type fails to loadTim Laszlo2012-05-211-2/+2
| | | | | | | If a yum type is used on python 2.4 and simplejson is not installed, this message is the only error Packages: Unknown source type Yum
* Packages: Unicode-objects must be encoded before hashingSol Jerome2012-05-211-1/+1
| | | | | | Fixes a traceback in PY3K. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed some stringification issuesChris St. Pierre2012-05-182-1/+4
|
* merged maintChris St. Pierre2012-05-153-2/+23
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-115-68/+52
| | | | to server Core
* added short-lived caching of Packages Collection objectsChris St. Pierre2012-05-112-19/+54
|
* remove extraneous assignment of package versionChris St. Pierre2012-05-111-1/+0
|
* set important on yum/apt config generated by PackagesChris St. Pierre2012-05-101-5/+6
|
* add essentialpkgs to all Source objectsChris St. Pierre2012-05-042-1/+1
|
* better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-042-13/+22
|
* fixed repo name generationChris St. Pierre2012-05-041-2/+3
|
* improved some error messages; only setup pulp connection if there are pulp ↵Chris St. Pierre2012-05-041-18/+19
| | | | sources listed
* Merge branch 'maint'Sol Jerome2012-04-191-2/+3
| | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>