[Greater-commits] r3609 - trunk/packaging

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


Author: aheinecke
Date: 2011-07-18 11:37:30 +0200 (Mon, 18 Jul 2011)
New Revision: 3609

Modified:
   trunk/packaging/makeinstaller.py
Log:
Do not package *.log *.pyc


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



More information about the Greater-commits mailing list