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

Chris Lamb chris at chris-lamb.co.uk
Sun Aug 10 06:23:58 UTC 2008


The following commit has been merged in the master branch:
commit 506e4f619a991ec1ba6823e1fbb4ae9b685ee884
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 07:23:43 2008 +0100

    Update spec.py to match status of LH_DEBIAN_INSTALLER_{DAILY,DISTRIBUTION}.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/DebianLive/spec.py b/DebianLive/spec.py
index 05d0f19..b8a5a5a 100644
--- a/DebianLive/spec.py
+++ b/DebianLive/spec.py
@@ -33,7 +33,7 @@ spec = {
         'LH_CHECKSUMS': bool,
         'LH_CHROOT_BUILD': bool,
         'LH_DEBIAN_INSTALLER': bool,
-        'LH_DEBIAN_INSTALLER_DAILY': bool,
+        'LH_DEBIAN_INSTALLER_DISTRIBUTION': str,
         'LH_ENCRYPTION': str,
         'LH_GRUB_SPLASH': str,
         'LH_HOSTNAME': str,
@@ -141,7 +141,7 @@ constructor_args = ('apt', 'apt-ftp-proxy', 'apt-http-proxy', 'apt-pdiffs',
     'breakpoints', 'cache', 'cache-indices', 'cache-packages', 'cache-stages',
     'checksums', 'chroot-build', 'chroot-filesystem', 'conffile', 'debconf-frontend',
     'debconf-nowarnings', 'debconf-priority', 'debian-installer',
-    'debian-installer-daily', 'distribution', 'encryption', 'fdisk', 'genisoimage',
+    'debian-installer-distribution', 'distribution', 'encryption', 'fdisk', 'genisoimage',
     'grub-splash', 'hooks', 'hostname', 'includes', 'initramfs', 'interactive',
     'iso-application', 'iso-preparer', 'iso-publisher', 'iso-volume',
     'jffs2-eraseblock', 'keyring-packages', 'language', 'linux-flavours',

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list