summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Apt.py
Commit message (Collapse)AuthorAgeFilesLines
* Packages/Apt: Essential could be "no"Alexander Sulfrian2014-07-281-1/+2
| | | | | | The "Essential" field in the package control fields could be "yes" or "no". Only yes sould define the package as essential. The value "no" sould be handled same as not having the field at all.
* Reset essential package list to an empty set when Packages is refreshedDan Foster2013-12-291-0/+1
|
* APT: Allow specification of deb-src lines (Resolves #1148)Sol Jerome2013-05-101-0/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Fix Apt dependency resolution for py3kSol Jerome2013-04-121-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-3/+3
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
|
* added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-1/+1
|
* fixed docs for Apt and Pac collections. can haz sphinx 1.1 yet?Chris St. Pierre2012-10-111-0/+13
|
* documented packages backendsChris St. Pierre2012-09-201-0/+20
|
* documented PackagesSourcesChris St. Pierre2012-09-201-3/+4
|
* Source fully documentedChris St. Pierre2012-09-201-2/+2
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-201-57/+1
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-201-8/+3
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* 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-271-4/+0
|
* removed calls to built-in file()/io.FileIO() in favor of read()Chris St. Pierre2012-08-091-4/+3
|
* 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>
* add essentialpkgs to all Source objectsChris St. Pierre2012-05-041-1/+0
|
* Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-171-3/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+139
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>