kadischi/livecd_generator kadischi.py,1.34,1.35

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sun Jul 9 15:16:57 UTC 2006


Author: chitlesh

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23873/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
cleaning duplicates


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- kadischi.py	9 Jul 2006 04:14:37 -0000	1.34
+++ kadischi.py	9 Jul 2006 15:16:55 -0000	1.35
@@ -157,12 +157,6 @@
     args = [boot, sysdir, csysdir, kernel]
     execute(args)
 
-    # conf files in compressed tree (they shoudn't be compressed)
-    tarball = normalize_path([sysdir, '/livecd/kadischi.tar.gz'])
-    dest_tarball = normalize_path([csysdir, '/livecd/kadischi.tar.gz'])
-    args = ["/bin/cp", "-f", tarball, dest_tarball]
-    execute(args)
-
     # delete sysdir - we don`t need it anymore
     print "[kadischi]: removing uncompressed tree"
     cleanup(sysdir)




More information about the fedora-extras-commits mailing list