extras-buildsys/utils/pushscript Utils.py,1.17,1.18

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Mar 19 22:53:55 UTC 2007


Author: mschwendt

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

Modified Files:
	Utils.py 
Log Message:
ignore also a top-level repoview dir


Index: Utils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Utils.py	9 Mar 2007 14:27:15 -0000	1.17
+++ Utils.py	19 Mar 2007 22:53:53 -0000	1.18
@@ -213,6 +213,7 @@
         return True
     ignored_dirs = (
         os.path.join(repodir, 'repodata'),
+        os.path.join(repodir, 'repoview'),
         os.path.join(repodir, 'debug'),
         )
     for root, dirs, files in os.walk(repodir):




More information about the scm-commits mailing list