Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-andrew cauldron by Andrew Stitt (169a738c2e9213679b7600c1ecb948573eaf7b53)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-andrew cauldron by Andrew Stitt (169a738c2e9213679b7600c1ecb948573eaf7b53)
  • Date: Tue, 13 Jan 2009 15:52:20 -0600

GIT changes to devel-andrew cauldron by Andrew Stitt <acedit AT armory.com>:

scripts/twelve-step-program.sh | 1 +
1 files changed, 1 insertion(+)

New commits:
commit fc458378e858dd5803cdb0c8fb684a794f228ef4
Author: Andrew Stitt <acedit AT armory.com>
Commit: Andrew Stitt <acedit AT armory.com>

clear activity log before invoking spellcaster

diff --git a/scripts/twelve-step-program.sh b/scripts/twelve-step-program.sh
index e0db6e2..6f2be49 100755
--- a/scripts/twelve-step-program.sh
+++ b/scripts/twelve-step-program.sh
@@ -49,6 +49,7 @@ KERNEL_VERSION=2.6.27.10
echo 'step 2 failed' >> /var/log/sorcery/activity

echo step 3 build spells
+ echo > "$ROOTBUILD"/var/log/sorcery/activity &&
bash "$CAULDRON_SRC"/scripts/spellcaster.sh "$ROOTBUILD" x86 || {
echo 'step 3 failed' >> /var/log/sorcery/activity
exit



  • [SM-Commit] GIT changes to devel-andrew cauldron by Andrew Stitt (169a738c2e9213679b7600c1ecb948573eaf7b53), Andrew Stitt, 01/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page