summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Pac.py
Commit message (Collapse)AuthorAgeFilesLines
* Packages: Support different compression methodsAlexander Sulfrian2022-01-171-3/+9
| | | | | | | The new Reader classes implement different compression methods for the files parsed by the Packages backends. Each source can specify a default compression format. The user can configure a compression format per Source and the filename and extension for the metadata files are generated automatically.
* Packages: Cleanup pkgnamesAlexander Sulfrian2016-11-171-1/+2
| | | | | | The pkgnames should be reset before parsing the source files. If a package was removed for a source, it should be removed from the pkgnames set, too. The packages plugin should look for the next source containing the package.
* Packages/Pac: Handle groupsDmitri Iouchtchenko2016-09-121-1/+38
|
* Packages/Pac: Parse dependenciesDmitri Iouchtchenko2016-09-121-13/+90
|
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-1/+1
| | | | | | | | | | This removes most blanket except: clauses from all plugins, including the base plugin libraries, and bcfg2-lint. The few that remain should all be necessary. Most of the changes were quite minor, but this did require some restructuring of the CfgPrivateKeyCreator; as a result, the tests for that module were rewritten.
* removed magic groupsChris St. Pierre2013-01-171-4/+0
|
* added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-3/+2
| | | | times
* fixed docs for Apt and Pac collections. can haz sphinx 1.1 yet?Chris St. Pierre2012-10-111-1/+13
|
* documented packages backendsChris St. Pierre2012-09-201-0/+16
|
* documented PackagesSourcesChris St. Pierre2012-09-201-2/+2
|
* Source fully documentedChris St. Pierre2012-09-201-2/+2
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-201-58/+1
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-201-5/+4
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Packages: made url_map consistent across all source typesChris St. Pierre2012-08-271-4/+0
|
* removed calls to built-in file()/io.FileIO() in favor of read()Chris St. Pierre2012-08-091-3/+4
|
* Pac: Fix copy/paste typoSol Jerome2012-04-011-4/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+120
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>