[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 ccc7b7e34fbecfcb39ae895ebbef566fad7c6ff0
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 17:02:07 2010 -0400

    Link to the finished product.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/defaults/dirs.py b/config/settings/defaults/dirs.py
index 2f53e80..4d203a7 100644
--- a/config/settings/defaults/dirs.py
+++ b/config/settings/defaults/dirs.py
@@ -11,3 +11,4 @@ TEMPLATE_DIRS = (
 MEDIA_ROOT = join(LIVE_STUDIO_BASE, 'media')
 
 BUILDS_DIR = join(LIVE_STUDIO_BASE, 'builds')
+BUILDS_DIR_WWW = '/builds'
diff --git a/templates/config/view.html b/templates/config/view.html
index e1a2361..881542f 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -35,6 +35,7 @@
 
   	{% if build.status == "success"%}
       <strong>Finished.</strong>
+      <a href="{{ settings.BUILDS_DIR_WWW }}/{{ build.ident }}/{{ build.filename }}">Download</a>
     {% endif %}
 
   </td>

-- 
live-studio



More information about the debian-live-changes mailing list