Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-flux cauldron by Justin Boffemmyer (b75f44686cccf26c8e5bbce1b4e6da28b8b8f1c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-flux cauldron by Justin Boffemmyer (b75f44686cccf26c8e5bbce1b4e6da28b8b8f1c5)
  • Date: Fri, 4 Apr 2008 01:45:13 -0500

GIT changes to devel-flux cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

src/libcauldron | 6 +++++-
1 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit b75f44686cccf26c8e5bbce1b4e6da28b8b8f1c5
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

libcauldron: update cauldron_build_iso to use new
cauldron_clean_iso_system

Updated the code in cauldron_build_iso to use
cauldron_clean_iso_system as intended.

diff --git a/src/libcauldron b/src/libcauldron
index 9ee9194..2f2ff4e 100755
--- a/src/libcauldron
+++ b/src/libcauldron
@@ -373,7 +373,11 @@ function cauldron_build_iso() {
cauldron_add_installer

# remove unnecessary files from iso and free up space
- cauldron_clean_iso_system
+ # this needs to have error-checking added in later
+ for cleaner in ${CAULDRON_BASE}/cleaners/* ;
+ do
+ cauldron_clean_iso_system $cleaner
+ done

# finished with iso building, clean up from chroot setup
cauldron_exit_chroot



  • [SM-Commit] GIT changes to devel-flux cauldron by Justin Boffemmyer (b75f44686cccf26c8e5bbce1b4e6da28b8b8f1c5), Justin Boffemmyer, 04/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page