[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 d704a866db29b25f8935a5d918132e361f766aec
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Thu Jul 10 23:05:36 2008 +0100
Also remove tftpboot/ directory.
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/LiveMagic/controllers/build.py b/LiveMagic/controllers/build.py
index abc09d3..9e35165 100644
--- a/LiveMagic/controllers/build.py
+++ b/LiveMagic/controllers/build.py
@@ -80,7 +80,7 @@ class BuildController(object):
def ok_clean():
set_cleaning_status()
_exec('lh_clean --chroot --stage --source --cache',
- 'rm -rf config/ binary/',
+ 'rm -rf config/ binary/ tftpboot/',
'chown -R %d:%d .' % (self.uid, self.gid))
return OK
--
GUI front-end for Debian Live.
More information about the debian-live-changes
mailing list