Drop some hints as to when we're done with various tasks
This commit is contained in:
parent
a83f26efbd
commit
25fa13f329
@ -267,6 +267,7 @@ class Gather(pypungi.PungiBase):
|
|||||||
moretoprocess = True
|
moretoprocess = True
|
||||||
|
|
||||||
self.polist = final_pkgobjs.keys()
|
self.polist = final_pkgobjs.keys()
|
||||||
|
self.logger.info('Finished gathering package objects.')
|
||||||
|
|
||||||
def getSRPMList(self):
|
def getSRPMList(self):
|
||||||
"""Cycle through the list of package objects and
|
"""Cycle through the list of package objects and
|
||||||
@ -325,6 +326,7 @@ class Gather(pypungi.PungiBase):
|
|||||||
shutil.copy2(path, local)
|
shutil.copy2(path, local)
|
||||||
|
|
||||||
os.link(local, os.path.join(pkgdir, os.path.basename(remote)))
|
os.link(local, os.path.join(pkgdir, os.path.basename(remote)))
|
||||||
|
self.logger.info('Finished downloading packages.')
|
||||||
|
|
||||||
|
|
||||||
def downloadSRPMs(self):
|
def downloadSRPMs(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user