kadischi/livecd_generator movefiles.py,1.4,1.5

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sun Jul 9 09:41:42 UTC 2006


Author: chitlesh

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

Modified Files:
	movefiles.py 
Log Message:
deprecate "run" function


Index: movefiles.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/movefiles.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- movefiles.py	22 May 2006 05:36:38 -0000	1.4
+++ movefiles.py	9 Jul 2006 09:41:40 -0000	1.5
@@ -76,6 +76,6 @@
     else:
         shutil.copytree (src, dst)
 
-run ("cd %s/livecd/tmpfs; /bin/tar -czf %s/livecd/kadischi.tar.gz *" % (rootdir, rootdir))
+os.system ("cd %s/livecd/tmpfs; /bin/tar -czf %s/livecd/kadischi.tar.gz *" % (rootdir, rootdir))
 
 clean_directory (normalize_path (['/livecd/tmpfs'],rootdir), False)




More information about the fedora-extras-commits mailing list