[SCM] live-studio branch, master, updated. 52eb20a191ee4ec9f567f3b24bb020effec8d7c0

Chris Lamb lamby at debian.org
Fri Jul 30 21:42:07 UTC 2010


The following commit has been merged in the master branch:
commit 52eb20a191ee4ec9f567f3b24bb020effec8d7c0
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 17:40:43 2010 -0400

    Actually try and build an image..

diff --git a/live_studio/build/management/commands/queue_runner.py b/live_studio/build/management/commands/queue_runner.py
index c548247..1cdc25d 100644
--- a/live_studio/build/management/commands/queue_runner.py
+++ b/live_studio/build/management/commands/queue_runner.py
@@ -66,7 +66,11 @@ class Command(NoArgsCommand):
                     os.chdir(tempdir)
 
                     call(logfile, ('lh', 'config') + build.config.options())
-                    open('binary.iso', 'w').write('iso here') #call(logfile, ('lh', 'build'))
+
+                    if settings.DEBUG:
+                        open('binary.iso', 'w').write('iso here')
+                    else:
+                        call(logfile, ('lh', 'build'))
 
                     # Find file that was created
                     filename = None

-- 
live-studio



More information about the debian-live-changes mailing list