summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/YUMng.py
Commit message (Expand)AuthorAgeFilesLines
* disable yum debug entirely by defaultChris St. Pierre2012-01-171-1/+1
* fixed setting yum debuglevelChris St. Pierre2012-01-131-0/+1
* abstracted two separate YumBase instantiations into _loadYumBase()Chris St. Pierre2012-01-121-37/+48
* Reload all Yum configuration before any install operation.Jack Neely2012-01-111-0/+10
* fixed setting debuglevel on SLES 11 yumChris St. Pierre2012-01-091-1/+1
* Revert "Correct syntax for try/except statements."Raul Cuza2011-12-101-1/+1
* Correct syntax for try/except statements.Raul Cuza2011-12-091-1/+1
* make yum debug level adjustments work with older yumChris St. Pierre2011-12-021-4/+10
* improved error/debugging messages from YUMngChris St. Pierre2011-11-291-4/+9
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-3/+12
* YUMng: arch may not be specifiedJack Neely2011-06-221-1/+6
* YUMng: correct syntax in list compJack Neely2011-06-221-1/+1
* Packages are uniquely identified by both name and archJack Neely2011-06-221-2/+2
* Client Tools: Add PY3K compatibilitySol Jerome2011-06-151-9/+19
* Addition Yum error handlingJack Neely2011-06-141-16/+34
* Make -q turn off package verification in YUMngJack Neely2011-06-141-0/+3
* YUMng: Fix typo in last commitSol Jerome2011-06-141-1/+1
* YUM: Make YUMng the preferred client tool on RPM systemsSol Jerome2011-06-141-1/+1
* Client: PY3K + PEP8 fixesSol Jerome2011-04-071-13/+14
* Add error checking to make sure gpg-pubkeys have all needed informationJack Neely2011-03-171-0/+8
* APT/YUMng: Remove stray punctuationSol Jerome2011-03-011-1/+1
* YUMng: Fix handling of gpg-pubkey packages by yum 3.2.20 on SLESChris St. Pierre2011-02-241-1/+6
* client tools: Add verification failure suggestion (Resolves #724)Sol Jerome2011-01-221-0/+3
* YUMng: Sync Joe Digilio's patch over from svnSol Jerome2010-11-021-0/+7
* YUMng: syntax errorTim Laszlo2010-11-021-1/+1
* POSIX: Remove client-side support for old POSIX typesSol Jerome2010-11-021-1/+1
* Client Tools: Pylint/PEP8 fixesSol Jerome2010-11-021-39/+50
* YUMng: correct the __req__Jack Neely2010-09-261-14/+6
* YUMng: Deal with any possible Yum verify exceptionsJack Neely2010-09-131-1/+8
* YUMng: patch from Tim Laszlo to handle verifying broken symlinksJack Neely2010-09-041-0/+2
* YUMng: fix bug #931Jack Neely2010-09-041-1/+0
* YUMng: Fix Path type='ignore' traceback (Reported by Thomas Ackermann)Sol Jerome2010-08-301-3/+8
* YUMng: speed improvements, multilib verify bug fixes, configuration knobsJack Neely2010-08-301-43/+97
* YUMng: Speed improvements, Enable reinstallsJack Neely2010-08-271-17/+107
* YUMng: All gpg-pubkey must be in the proper work queue to be installed.Jack Neely2010-08-181-7/+10
* YUMng.py: correct undefined variableJack Neely2010-08-181-1/+1
* YUMng display classes, always compare string versions of packages.Jack Neely2010-08-181-2/+2
* Display classes for the YUMng driverJack Neely2010-08-141-3/+57
* YUMng re-implementation of VerifyPackage using the Yum API.Jack Neely2010-08-111-89/+318
* YUMng: Better error handling for installsTim Laszlo2010-07-301-2/+8
* YUMng: Fix spellingSol Jerome2010-07-191-1/+1
* YUMng: Add basic Yum error handling on loadTim Laszlo2010-07-081-3/+13
* YUMng: Use native Yum APITim Laszlo2010-07-081-134/+96
* Add the ability to specify important entries via info/info.xmlSol Jerome2010-06-221-1/+2
* RPMng, YUMng improvements (patch from slack)Narayan Desai2010-06-211-14/+41
* Add /etc/yum.repos.d to the important list for YUMngTim Laszlo2010-06-141-1/+2
* Updated files to match PEP 257Fabian Affolter2010-06-071-7/+8
* YUMng: Add support for Path type='ignore' entriesSol Jerome2010-04-301-1/+3
* YUMng: make yumng robust again virtual package specs (patch from slack)Narayan Desai2010-04-301-7/+26
* YUMng: Fix list comprehension traceback (Reported by Jonathan Billings) [bugfix]Sol Jerome2010-04-291-2/+2