1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

- don't say to download cpio (why just one package ?;)

This commit is contained in:
Adrian Schröter 2011-09-30 07:42:57 +02:00
parent c0618f3ede
commit 511ebf9d89

View File

@ -101,7 +101,7 @@ class Fetcher:
url = makeurl(apiurl, ['build', project, repo, arch, package], query=query)
sys.stdout.write("preparing download ...\r")
sys.stdout.flush()
self.gr.urlgrab(url, filename = tmparchive, text = 'fetching cpio for \'%s\'' % project)
self.gr.urlgrab(url, filename = tmparchive, text = 'fetching packages for \'%s\'' % project)
archive = cpio.CpioRead(tmparchive)
archive.read()
for hdr in archive: