Drop some hints as to when we're done with various tasks

This commit is contained in:
Jesse Keating 2007-08-16 10:02:43 -04:00 committed by Jesse Keating
parent a83f26efbd
commit 25fa13f329
1 changed files with 2 additions and 0 deletions

View File

@ -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):