summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/APT.py
Commit message (Collapse)AuthorAgeFilesLines
* Client/Tools/APT: fix pylint errors, enable checkAlexander Sulfrian2014-11-101-62/+81
| | | | | | Previously pep8/pylint checks were disable for the APT tool because there were to many errors. This fix the pylint errors and enables the code style checks.
* Client/Tools/APT: fix exception nameAlexander Sulfrian2014-11-101-1/+1
|
* Client/Tools/APT: handle exceptions gracefullyAlexander Sulfrian2014-11-051-1/+5
| | | | | | Exceptions during cache update (in kevlar mode) should not prevent the client tool from initializing. In the worst case the old cache would be used for the client run.
* debsums: read output from stderr instead of stdoutArach2014-07-051-1/+1
|
* APT: Prevent traceback for missing packagesSol Jerome2013-03-211-2/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* better Executor class for client toolsChris St. Pierre2013-02-141-7/+9
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-261-1/+1
|
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-4/+3
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-3/+4
| | | | lxml.etree
* Remove --force-overwrite from the list of options that apt gives to dpkgJeroen Dekkers2012-07-131-1/+0
|
* fixed typoChris St. Pierre2012-06-011-25/+20
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+271
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>