---
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
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
> 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