Signed-off-by: Vratislav Podzimek vpodzime@redhat.com --- scripts/makeupdates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/makeupdates b/scripts/makeupdates index 273428a..761fcf2 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -389,7 +389,7 @@ def addRpms(updates_path, add_rpms):
def createUpdatesImage(cwd, updates): os.chdir(updates) - os.system("find . | cpio -c -o | gzip -9cv > %s/updates.img" % (cwd,)) + os.system("find . | cpio -c -o | pigz -9cv > %s/updates.img" % (cwd,)) sys.stdout.write("updates.img ready\n")
def check_for_new_packages(tag, arch, added_rpms, specfile_path):
diff --git a/scripts/makeupdates b/scripts/makeupdates index 273428a..761fcf2 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -389,7 +389,7 @@ def addRpms(updates_path, add_rpms):
def createUpdatesImage(cwd, updates): os.chdir(updates)
- os.system("find . | cpio -c -o | gzip -9cv > %s/updates.img" % (cwd,))
- os.system("find . | cpio -c -o | pigz -9cv > %s/updates.img" % (cwd,)) sys.stdout.write("updates.img ready\n")
def check_for_new_packages(tag, arch, added_rpms, specfile_path):
Ack.
- Chris
anaconda-patches@lists.fedorahosted.org