extras-buildsys/utils/pushscript Utils.py,1.6,1.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Nov 9 12:26:06 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25284

Modified Files:
	Utils.py 
Log Message:
 


Index: Utils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Utils.py	28 Oct 2006 00:54:49 -0000	1.6
+++ Utils.py	9 Nov 2006 12:26:03 -0000	1.7
@@ -199,6 +199,7 @@
     if os.path.getmtime(repodir) > ref_mtime:
         return True
     ignored_dirs = (
+        os.path.join(repodir, 'repodata', 'repoview'),
         os.path.join(repodir, 'repodata'),
         os.path.join(repodir, 'debug'),
         )




More information about the fedora-extras-commits mailing list