summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/APT.py
Commit message (Collapse)AuthorAgeFilesLines
* Client/Tools/APT: save new package version for auto pkgsAlexander Sulfrian2014-02-261-3/+5
| | | | | | For auto/any packages, currently only auto/any is stored in the statistics as the new installed version. This patch changes this behavior, so that the exact version string is saved additionaly.
* Client: allow pre-Actions and important-Paths to enable installsAlexander Sulfrian2014-02-261-0/+5
| | | | | | | This is used to first update the apt repositories and than install all current versions in one bcfg2-run. Also the installation of software from custom repositories (that are configured on the client via bcfg2) should be possible on the first run.
* mark dependencies as automatic installedAlexander Sulfrian2014-02-261-0/+23
|
* 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>