changeset 142:1dcddaacf12e

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.
author Bernhard Herzog <bh@intevation.de>
date Mon, 02 Jun 2008 17:05:02 +0000
parents 2c942b75b98b
children ddd141e09e8f
files treepkg/packager.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/packager.py	Mon Jun 02 15:58:13 2008 +0000
+++ b/treepkg/packager.py	Mon Jun 02 17:05:02 2008 +0000
@@ -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):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)