kadischi/lib functions.py,1.13,1.14

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Wed Jul 5 13:36:25 UTC 2006


Author: autopsy

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

Modified Files:
	functions.py 
Log Message:
Minor fixes.


Index: functions.py
===================================================================
RCS file: /cvs/devel/kadischi/lib/functions.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- functions.py	5 Jul 2006 12:41:29 -0000	1.13
+++ functions.py	5 Jul 2006 13:36:23 -0000	1.14
@@ -99,11 +99,6 @@
     elif os.path.exists (normalize_path([builddir,'.buildstamp'])):
         os.unlink ('/tmp/product/.buildstamp')
         shutil.move (normalize_path([builddir,'.buildstamp']), '/tmp/product/.buildstamp')
-    else:
-        try:
-            os.unlink ('/tmp/product/.buildstamp')
-        except:
-            pass
     clean_directory (builddir)
 
 def run (command, builddir = None):




More information about the fedora-extras-commits mailing list