From 25fa13f329ec73b8cf36d1c855cbfe3a228fa292 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 16 Aug 2007 10:02:43 -0400 Subject: [PATCH] Drop some hints as to when we're done with various tasks --- pypungi/gather.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pypungi/gather.py b/pypungi/gather.py index dcfdb9ea..f8879bcf 100755 --- a/pypungi/gather.py +++ b/pypungi/gather.py @@ -267,6 +267,7 @@ class Gather(pypungi.PungiBase): moretoprocess = True self.polist = final_pkgobjs.keys() + self.logger.info('Finished gathering package objects.') def getSRPMList(self): """Cycle through the list of package objects and @@ -325,6 +326,7 @@ class Gather(pypungi.PungiBase): shutil.copy2(path, local) os.link(local, os.path.join(pkgdir, os.path.basename(remote))) + self.logger.info('Finished downloading packages.') def downloadSRPMs(self):