summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/APT.py
Commit message (Expand)AuthorAgeFilesLines
* Revert dict accesses in APT toolSol Jerome2009-01-131-1/+1
* Add more verbose apt cache mismatch errorsNarayan Desai2009-01-131-2/+7
* Fall back to auto behavior for APT version=any installation (Resolves Ticket ...Narayan Desai2009-01-131-3/+1
* Improve error message for APT.py when version=any (Resolves Ticket #631)Narayan Desai2009-01-131-0/+2
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-2/+2
* Merge branch 'tools'Narayan Desai2008-12-101-0/+8
* pylint fixes for client codeNarayan Desai2008-12-081-1/+1
* Implement version=any for Apt driverNarayan Desai2008-11-251-0/+2
* Fix false verification failureNarayan Desai2008-11-251-0/+1
* New APT driver (git-svn sent the last change astray)Narayan Desai2008-11-221-82/+120
* Fix apt purge calls (Fix PDS's issue reported on IRC)Narayan Desai2008-10-281-1/+1
* Pylint formatting fixes for client tool driversSol Jerome2008-09-271-3/+10
* Make APT use purge to remove extra services.Sol Jerome2008-09-091-1/+1
* Fix for ticket #586, seem to happen only with recent version of debsumsSteve Tousignant2008-09-031-0/+5
* Fix apt pluginNarayan Desai2008-08-071-2/+0
* remove extra call to self.RefreshPackages() (Resolves Ticket #591)Narayan Desai2008-08-061-1/+1
* Change to use correct syntax for DPkg options, as gleaned from a google Daniel Joseph Barnhart Clark2008-06-221-1/+1
* add more non-interactive options for APTNarayan Desai2008-06-221-1/+1
* Fix error in failing md5sum pathNarayan Desai2008-05-201-1/+1
* Remove validation states from Tool instances (in preparation for DecisionList...Narayan Desai2008-03-171-6/+8
* Ensure that APT.py doesn't update more than once per runNarayan Desai2007-11-031-5/+6
* Fix error in state handling (Resolves Ticket #479)Narayan Desai2007-11-031-0/+3
* Move apt-get update call (in -k mode) to Install, so that changes to sources....Narayan Desai2007-10-101-6/+7
* Improve information message in interactive mode (Half-resolves Ticket #367)Narayan Desai2007-01-201-1/+1
* Implement more verbose questions for interactive mode (for Packages) (Halfway...Narayan Desai2007-01-161-0/+7
* Remove debugging commentNarayan Desai2006-12-141-3/+0
* Add better apt-verbosityNarayan Desai2006-12-121-0/+4
* Make reinventory contingent on configuration activity (Resolves Ticket #280)Narayan Desai2006-11-271-1/+2
* Add support for different output formats for debsums (Resolves Ticket #298)Narayan Desai2006-11-271-1/+10
* Produce better message from APT when no md5sums exist (though verification wi...Narayan Desai2006-11-261-0/+4
* Fix apt checksum comparison (output formatting changed with new options)Narayan Desai2006-11-251-1/+6
* Fix for secondary issue in ticket #280Narayan Desai2006-11-241-0/+1
* Fix APT driver to display package names upon removal (Resolves Ticket #285)Narayan Desai2006-11-231-3/+3
* Fix package removal [report from naapuri]Narayan Desai2006-11-231-1/+1
* Change to debsums -as (checks config files as well) [from naapuri request]Narayan Desai2006-11-221-1/+1
* Fix apt problems againNarayan Desai2006-10-091-5/+1
* Important fixNarayan Desai2006-10-091-1/+1
* * APT now fails cleanly on non-apt platformsNarayan Desai2006-10-091-1/+6
* * Respect verify=false in APT packagesNarayan Desai2006-10-081-1/+1
* Merge of the client/refactor branch (revisions r2218-r2400)Narayan Desai2006-10-061-0/+73