[Greater-commits] r3607 - trunk/packaging

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jul 18 11:32:06 CEST 2011


Author: aheinecke
Date: 2011-07-18 11:32:05 +0200 (Mon, 18 Jul 2011)
New Revision: 3607

Modified:
   trunk/packaging/makeinstaller.py
Log:
Do not package tests


Modified: trunk/packaging/makeinstaller.py
===================================================================
--- trunk/packaging/makeinstaller.py	2011-07-18 09:31:46 UTC (rev 3606)
+++ trunk/packaging/makeinstaller.py	2011-07-18 09:32:05 UTC (rev 3607)
@@ -126,7 +126,7 @@
 def generate_clientfiles():
     instdirs = ["GREAT-ER", "GREAT-ERModel", "GREAT-ER-DB"]
     def whitelist(f):
-        for bad in [".svn"]:
+        for bad in [".svn", "test_"]:
             if bad in f:
                 return False
         if os.path.basename(f).startswith("."):



More information about the Greater-commits mailing list