[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:36 UTC 2010


The following commit has been merged in the master branch:
commit 148189d6224b77fec4526decca8ad0332471b85e
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 16:30:21 2010 -0400

    Add directory to store finished builds.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/roles/__init__.py b/builds/.gitignore
similarity index 100%
copy from config/settings/roles/__init__.py
copy to builds/.gitignore
diff --git a/config/settings/defaults/dirs.py b/config/settings/defaults/dirs.py
index 063790f..2f53e80 100644
--- a/config/settings/defaults/dirs.py
+++ b/config/settings/defaults/dirs.py
@@ -9,3 +9,5 @@ TEMPLATE_DIRS = (
 # Absolute path to the directory that holds media.
 # Example: "/home/media/media.lawrence.com/"
 MEDIA_ROOT = join(LIVE_STUDIO_BASE, 'media')
+
+BUILDS_DIR = join(LIVE_STUDIO_BASE, 'builds')

-- 
live-studio



More information about the debian-live-changes mailing list