Skip to Content.
Sympa Menu

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

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 (4427f1571556c20f0375eec62194b9e4313aa140)
  • Date: Sun, 7 Dec 2008 15:34:57 -0600

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

Rebased ref, commits from common ancestor:
commit 4427f1571556c20f0375eec62194b9e4313aa140
Author: Andrew Stitt <acedit AT armory.com>
Commit: Andrew Stitt <acedit AT armory.com>

scripts/twelve-step-program.sh: add resolv.conf

diff --git a/scripts/twelve-step-program.sh b/scripts/twelve-step-program.sh
index 9abdc41..1c968ba 100755
--- a/scripts/twelve-step-program.sh
+++ b/scripts/twelve-step-program.sh
@@ -14,6 +14,9 @@
test -d /root/build ||
echo 'step 1 failed' >> /var/log/sorcery/activity

+ # step 1.5 (add resolv.conf)
+ cp /etc/resolv.conf /root/build/etc/resolv.conf
+
# step 2 (build spells)
echo step 2
bash /root/cauldron/scripts/spellcaster.sh -c /root/build x86 ||



  • [SM-Commit] GIT changes to devel-andrew cauldron by Andrew Stitt (4427f1571556c20f0375eec62194b9e4313aa140), Andrew Stitt, 12/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page