[Yum-devel] [PATCH] Adds documentation for the shell module.

2011-07-01 Thread Nick Jacek
--- shell.py | 81 ++--- 1 files changed, 77 insertions(+), 4 deletions(-) diff --git a/shell.py b/shell.py index 999bffc..636f12c 100644 --- a/shell.py +++ b/shell.py @@ -29,10 +29,7 @@ import yum.logginglevels as logginglevels class

[Yum-devel] [PATCH 2/2] Add new urlgrabber option 'csumfunc'.

2011-07-01 Thread Zdeněk Pavlas
Urlgrabber calls this callback with chunks of downloaded data, so checksums can be calculated without reopening the file. --- urlgrabber/grabber.py |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py index 8e5ea3f..4f563b4 10

Re: [Yum-devel] [PATCH 2/2] Add new urlgrabber option 'csum_type'.

2011-07-01 Thread Zdenek Pavlas
> Do you have any stats. on this? # for n in `seq 4` do; # sync # yum install thunderbird -y # yum clean packages # rpm -e thunderbird; done CHECKSUM TIME: time in misc.checksum() DOWNLOAD+VERIFY: time in po.repo.getPackage() - includes the above Checksumming after the download: CHECKSUM TIM