summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/APT.py
Commit message (Expand)AuthorAgeFilesLines
* Use new python-apt API and fall back to the old API when new API isn't availableJeroen Dekkers2011-11-231-23/+52
* Merge branch 'apk' of https://github.com/fabaff/bcfg2Sol Jerome2011-10-111-2/+2
|\
| * Minor changesFabian Affolter2011-10-111-2/+2
* | APT: Add filter for deprecated API accessHolger Weiß2011-09-181-0/+1
|/
* APT: Add type='ignore' support (patch from tie on IRC)Sol Jerome2011-08-171-2/+11
* Client Tools: Add PY3K compatibilitySol Jerome2011-06-151-1/+2
* APT: Add two filters for deprecated API accessesHolger Weiß2011-06-141-0/+2
* APT: Catch apt-python initialization failures (#1001)Sol Jerome2011-04-061-1/+5
* APT/YUMng: Remove stray punctuationSol Jerome2011-03-011-1/+1
* client tools: Add verification failure suggestion (Resolves #724)Sol Jerome2011-01-221-0/+3
* APT: Enforce appearance of /usr/sbin and /sbin in PATH (Resolves Ticket #968)Narayan Desai2011-01-221-1/+5
* APT: Enable debugging output from apt-getRichard Connon2011-01-111-8/+9
* POSIX: Remove client-side support for old POSIX typesSol Jerome2010-10-181-1/+1
* APT: Install missing configuration files (Fixes Ticket #622)Sol Jerome2010-10-121-1/+3
* Add the ability to specify important entries via info/info.xmlSol Jerome2010-06-221-1/+2
* APT: Add more filters for deprecated apt API accesses (Patch from Kioob)Sol Jerome2010-06-211-0/+2
* APT: Fix nonexistent Path verification failures (Reported by Remi Broemeling)Sol Jerome2010-06-101-0/+6
* Updated files to match PEP 257Fabian Affolter2010-06-071-6/+8
* APT: Add sources.list* to __important__ listSol Jerome2010-04-131-9/+10
* APT: produce reasonable interactive messages for version=auto entriesNarayan Desai2010-04-081-1/+1
* APT: Add support for using non-standard tool paths (Resolves Ticket #773Sol Jerome2010-03-131-9/+25
* APT: add support for new debsums (Patch from Nicolas Dandrimont)Narayan Desai2010-03-131-1/+3
* APT: suppress apt driver api warningsNarayan Desai2009-11-051-0/+2
* Client tools: Remove unnecessary extra whitespaceSol Jerome2009-08-161-5/+5
* APT: add backwards compatibility for python-apt 0.6Narayan Desai2009-07-211-2/+9
* APT/Client: Suppress known warningsSol Jerome2009-06-261-0/+4
* APT: Force cache reload to get data from source updatesNarayan Desai2009-06-141-5/+3
* APT: fix cache invalidationNarayan Desai2009-06-141-0/+2
* APT.Remove: Split up package names properlySol Jerome2009-05-221-1/+1
* Remove unused imports for pylintSol Jerome2009-04-171-1/+1
* 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