[SCM] GUI front-end for Debian Live. branch, master, updated. f258fc784ecaebf66921d8ec77d7bc46a74e9506

Chris Lamb chris at chris-lamb.co.uk
Thu Jul 10 23:52:36 UTC 2008


The following commit has been merged in the master branch:
commit 73ef62562e35932754de0fac4588982f7c24ff29
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Jul 10 22:54:21 2008 +0100

    Fix bug in status file handling where successful builds were reported as failures and deleted.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/LiveMagic/controllers/build.py b/LiveMagic/controllers/build.py
index ae83344..abc09d3 100644
--- a/LiveMagic/controllers/build.py
+++ b/LiveMagic/controllers/build.py
@@ -10,7 +10,7 @@ BUILDING, CANCELLED, CANCELLED_CLEAN, FAILED, \
 from LiveMagic.utils import find_resource
 
 LOG_FILE = 'build-log.txt'
-STATUS_FILE = './status'
+STATUS_FILE = '.status'
 
 class BuildController(object):
 

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list