extras-repoclosure rc-run.py,1.12,1.13

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jul 4 17:56:29 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3657

Modified Files:
	rc-run.py 
Log Message:
remove tmpdir


Index: rc-run.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-run.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rc-run.py	29 Jun 2006 10:14:58 -0000	1.12
+++ rc-run.py	4 Jul 2006 17:56:27 -0000	1.13
@@ -142,6 +142,7 @@
             os.chmod(fullpath,filemode)
     shutil.rmtree(cachedir)
     shutil.move(src=tmpcachedir,dst=cachedir)
+    shutil.rmtree(tmpdir)
 
 # Delete old log files.
 import glob




More information about the fedora-extras-commits mailing list