[Treepkg-commits] r68 - trunk/treepkg

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


Author: bh
Date: 2008-06-02 19:43:22 +0200 (Mon, 02 Jun 2008)
New Revision: 68

Modified:
   trunk/treepkg/packager.py
Log:
Create build_log.txt into the log/ subdirectory.


Modified: trunk/treepkg/packager.py
===================================================================
--- trunk/treepkg/packager.py	2008-06-02 17:05:02 UTC (rev 67)
+++ trunk/treepkg/packager.py	2008-06-02 17:43:22 UTC (rev 68)
@@ -227,7 +227,7 @@
     work_dir = _filenameproperty("work")
     binary_dir = _filenameproperty("binary")
     src_dir = _filenameproperty("src")
-    build_log = _filenameproperty("build_log.txt")
+    build_log = _filenameproperty("build_log.txt", dir_attr="log_dir")
 
     def find_dsc_file(self):
         for filename in os.listdir(self.src_dir):



More information about the Treepkg-commits mailing list