summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages
Commit message (Collapse)AuthorAgeFilesLines
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-255-34/+58
|
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-212-2/+10
|
* Packages: Fixed urls property of YumSourceChris St. Pierre2012-09-201-2/+4
|
* Packages: fixed reload on server startupChris St. Pierre2012-09-202-8/+11
|
* Packages: fixed process_files() used to process Apt and Pacman metadataChris St. Pierre2012-09-201-22/+22
|
* Packages: fixed unknown_filterChris St. Pierre2012-09-202-18/+32
|
* fixed bug in yum conversion to package tuplesChris St. Pierre2012-09-201-2/+2
|
* documented packages backendsChris St. Pierre2012-09-206-123/+431
|
* documented PackagesSourcesChris St. Pierre2012-09-207-209/+257
|
* documented Packages base classChris St. Pierre2012-09-203-57/+210
|
* Source fully documentedChris St. Pierre2012-09-206-117/+439
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-205-140/+130
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-206-186/+471
|
* 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
|
* Packages: fix Collection.cachekey() on py3kChris St. Pierre2012-08-301-1/+1
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-275-5/+5
|
* Packages: added support for generating Apt sources.listChris St. Pierre2012-08-271-0/+15
|
* Packages: made url_map consistent across all source typesChris St. Pierre2012-08-275-77/+64
|
* 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