[master][PATCH] Use pigz to create updates.img

Vratislav Podzimek vpodzime at redhat.com
Fri Sep 13 11:59:14 UTC 2013


Signed-off-by: Vratislav Podzimek <vpodzime at 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):
-- 
1.7.11.7



More information about the anaconda-patches mailing list