server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
Client
/
Tools
/
YUMng.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable yum debug entirely by default
Chris St. Pierre
2012-01-17
1
-1
/
+1
*
fixed setting yum debuglevel
Chris St. Pierre
2012-01-13
1
-0
/
+1
*
abstracted two separate YumBase instantiations into _loadYumBase()
Chris St. Pierre
2012-01-12
1
-37
/
+48
*
Reload all Yum configuration before any install operation.
Jack Neely
2012-01-11
1
-0
/
+10
*
fixed setting debuglevel on SLES 11 yum
Chris St. Pierre
2012-01-09
1
-1
/
+1
*
Revert "Correct syntax for try/except statements."
Raul Cuza
2011-12-10
1
-1
/
+1
*
Correct syntax for try/except statements.
Raul Cuza
2011-12-09
1
-1
/
+1
*
make yum debug level adjustments work with older yum
Chris St. Pierre
2011-12-02
1
-4
/
+10
*
improved error/debugging messages from YUMng
Chris St. Pierre
2011-11-29
1
-4
/
+9
*
* Added support for yum libraries (if available and configured). This
Chris St. Pierre
2011-10-07
1
-3
/
+12
*
YUMng: arch may not be specified
Jack Neely
2011-06-22
1
-1
/
+6
*
YUMng: correct syntax in list comp
Jack Neely
2011-06-22
1
-1
/
+1
*
Packages are uniquely identified by both name and arch
Jack Neely
2011-06-22
1
-2
/
+2
*
Client Tools: Add PY3K compatibility
Sol Jerome
2011-06-15
1
-9
/
+19
*
Addition Yum error handling
Jack Neely
2011-06-14
1
-16
/
+34
*
Make -q turn off package verification in YUMng
Jack Neely
2011-06-14
1
-0
/
+3
*
YUMng: Fix typo in last commit
Sol Jerome
2011-06-14
1
-1
/
+1
*
YUM: Make YUMng the preferred client tool on RPM systems
Sol Jerome
2011-06-14
1
-1
/
+1
*
Client: PY3K + PEP8 fixes
Sol Jerome
2011-04-07
1
-13
/
+14
*
Add error checking to make sure gpg-pubkeys have all needed information
Jack Neely
2011-03-17
1
-0
/
+8
*
APT/YUMng: Remove stray punctuation
Sol Jerome
2011-03-01
1
-1
/
+1
*
YUMng: Fix handling of gpg-pubkey packages by yum 3.2.20 on SLES
Chris St. Pierre
2011-02-24
1
-1
/
+6
*
client tools: Add verification failure suggestion (Resolves #724)
Sol Jerome
2011-01-22
1
-0
/
+3
*
YUMng: Sync Joe Digilio's patch over from svn
Sol Jerome
2010-11-02
1
-0
/
+7
*
YUMng: syntax error
Tim Laszlo
2010-11-02
1
-1
/
+1
*
POSIX: Remove client-side support for old POSIX types
Sol Jerome
2010-11-02
1
-1
/
+1
*
Client Tools: Pylint/PEP8 fixes
Sol Jerome
2010-11-02
1
-39
/
+50
*
YUMng: correct the __req__
Jack Neely
2010-09-26
1
-14
/
+6
*
YUMng: Deal with any possible Yum verify exceptions
Jack Neely
2010-09-13
1
-1
/
+8
*
YUMng: patch from Tim Laszlo to handle verifying broken symlinks
Jack Neely
2010-09-04
1
-0
/
+2
*
YUMng: fix bug #931
Jack Neely
2010-09-04
1
-1
/
+0
*
YUMng: Fix Path type='ignore' traceback (Reported by Thomas Ackermann)
Sol Jerome
2010-08-30
1
-3
/
+8
*
YUMng: speed improvements, multilib verify bug fixes, configuration knobs
Jack Neely
2010-08-30
1
-43
/
+97
*
YUMng: Speed improvements, Enable reinstalls
Jack Neely
2010-08-27
1
-17
/
+107
*
YUMng: All gpg-pubkey must be in the proper work queue to be installed.
Jack Neely
2010-08-18
1
-7
/
+10
*
YUMng.py: correct undefined variable
Jack Neely
2010-08-18
1
-1
/
+1
*
YUMng display classes, always compare string versions of packages.
Jack Neely
2010-08-18
1
-2
/
+2
*
Display classes for the YUMng driver
Jack Neely
2010-08-14
1
-3
/
+57
*
YUMng re-implementation of VerifyPackage using the Yum API.
Jack Neely
2010-08-11
1
-89
/
+318
*
YUMng: Better error handling for installs
Tim Laszlo
2010-07-30
1
-2
/
+8
*
YUMng: Fix spelling
Sol Jerome
2010-07-19
1
-1
/
+1
*
YUMng: Add basic Yum error handling on load
Tim Laszlo
2010-07-08
1
-3
/
+13
*
YUMng: Use native Yum API
Tim Laszlo
2010-07-08
1
-134
/
+96
*
Add the ability to specify important entries via info/info.xml
Sol Jerome
2010-06-22
1
-1
/
+2
*
RPMng, YUMng improvements (patch from slack)
Narayan Desai
2010-06-21
1
-14
/
+41
*
Add /etc/yum.repos.d to the important list for YUMng
Tim Laszlo
2010-06-14
1
-1
/
+2
*
Updated files to match PEP 257
Fabian Affolter
2010-06-07
1
-7
/
+8
*
YUMng: Add support for Path type='ignore' entries
Sol Jerome
2010-04-30
1
-1
/
+3
*
YUMng: make yumng robust again virtual package specs (patch from slack)
Narayan Desai
2010-04-30
1
-7
/
+26
*
YUMng: Fix list comprehension traceback (Reported by Jonathan Billings) [bugfix]
Sol Jerome
2010-04-29
1
-2
/
+2
[next]