[Treepkg-commits] r67 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 2 19:05:02 CEST 2008


Author: bh
Date: 2008-06-02 19:05:02 +0200 (Mon, 02 Jun 2008)
New Revision: 67

Modified:
   trunk/treepkg/packager.py
Log:
Rename the build log from build.log to build_log.txt.  This makes
publishing the static web pages easier because the server will
automatically choose the right content type.


Modified: trunk/treepkg/packager.py
===================================================================
--- trunk/treepkg/packager.py	2008-06-02 15:58:13 UTC (rev 66)
+++ trunk/treepkg/packager.py	2008-06-02 17:05:02 UTC (rev 67)
@@ -227,7 +227,7 @@
     work_dir = _filenameproperty("work")
     binary_dir = _filenameproperty("binary")
     src_dir = _filenameproperty("src")
-    build_log = _filenameproperty("build.log")
+    build_log = _filenameproperty("build_log.txt")
 
     def find_dsc_file(self):
         for filename in os.listdir(self.src_dir):



More information about the Treepkg-commits mailing list