[Zope-CVS] SVN: zpkgtools/trunk/zpkgsetup/setup.py add support for the arch and darcs revision control systems

Fred L. Drake, Jr. fdrake at gmail.com
Fri Jul 30 11:01:11 EDT 2004


Log message for revision 26847:
  add support for the arch and darcs revision control systems


Changed:
  U   zpkgtools/trunk/zpkgsetup/setup.py


-=-
Modified: zpkgtools/trunk/zpkgsetup/setup.py
===================================================================
--- zpkgtools/trunk/zpkgsetup/setup.py	2004-07-30 11:01:52 UTC (rev 26846)
+++ zpkgtools/trunk/zpkgsetup/setup.py	2004-07-30 15:01:11 UTC (rev 26847)
@@ -36,7 +36,8 @@
 
 
 # Names that are exluded from globbing results:
-EXCLUDE_NAMES = ["CVS", ".cvsignore", "RCS", "SCCS", ".svn"]
+EXCLUDE_NAMES = ["{arch}", "CVS", ".cvsignore", "_darcs",
+                 "RCS", "SCCS", ".svn"]
 EXCLUDE_PATTERNS = ["*.py[cdo]", "*.s[ol]", ".#*", "*~"]
 
 def filter_names(names):



More information about the Zope-CVS mailing list