summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages
Commit message (Collapse)AuthorAgeFilesLines
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-055-21/+26
|
* Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-176-25/+22
|\ | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
| * removed passing of optionparser object amongst Packages pluginChris St. Pierre2013-01-176-23/+20
| |
| * abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-0/+2
| |
* | removed magic groupsChris St. Pierre2013-01-176-87/+10
| |
* | 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-176-27/+18
| | | | | | | | times
* | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-0/+2
|/
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-101-1/+1
|
* catch pulp errors when creating/binding consumersChris St. Pierre2012-11-271-10/+25
|
* fixed plugin-specific implementations of toggle_debug for new set_debug stuffChris St. Pierre2012-11-162-9/+9
|
* only try to find bcfg2-yum-helper in $PATH onceChris St. Pierre2012-11-141-15/+16
|
* fixed some docs for sphinx 1.1Chris St. Pierre2012-11-131-2/+2
|
* Packages: fixed yum cachefiles propertyChris St. Pierre2012-11-081-1/+1
|
* Packages: import error we catchChris St. Pierre2012-10-161-1/+1
|
* Packages: better error handling for GPG key downloadingChris St. Pierre2012-10-161-3/+15
|
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-152-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed docs for Apt and Pac collections. can haz sphinx 1.1 yet?Chris St. Pierre2012-10-113-1/+27
|
* Packages: updated pulp repo handling to latest Pulp v1 APIChris St. Pierre2012-10-113-15/+156
|
* Packages: added stats trackingChris St. Pierre2012-10-105-4/+22
|
* testsuite: expanded pylint coverageChris St. Pierre2012-10-031-9/+9
|
* various pylint fixesChris St. Pierre2012-09-251-2/+2
|
* misc. minor bug fixesChris St. Pierre2012-09-252-11/+14
|
* 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-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
|