Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (7894a17ce10274d2b82a5a963a070a09ef7a3054)

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 test cauldron by Justin Boffemmyer (7894a17ce10274d2b82a5a963a070a09ef7a3054)
  • Date: Fri, 9 Jan 2009 20:00:03 -0600

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

scripts/spellcaster.sh | 3 +++
1 files changed, 3 insertions(+)

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

scripts/spellcaster.sh: ensure clean tmp/

Ensure that TARGET/tmp is clean at the start of the build run.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index 7bcfc50..3c4d0a9 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -163,6 +163,9 @@ function prepare_target() {
export ispells="ispells.$TYPE"
export ospells="ospells.$TYPE"

+ # make sure the TARGET has a clean /tmp
+ rm -fr "$TARGET"/tmp/*
+
# Copy resolv.conf so spell sources can be downloaded inside the
TARGET
cp -f "$TARGET"/etc/resolv.conf "$TARGET"/tmp/resolv.conf &&
cp -f /etc/resolv.conf "$TARGET"/etc/resolv.conf



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (7894a17ce10274d2b82a5a963a070a09ef7a3054), Justin Boffemmyer, 01/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page