Skip to Content.
Sympa Menu

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

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 (e567fd5d9cdf0a283222902fc8598a0a9874340b)
  • Date: Thu, 8 Jan 2009 18:55:12 -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 e567fd5d9cdf0a283222902fc8598a0a9874340b
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

scripts/spellcaster.sh: perform scribe update

Run scribe update in the build chroot before doing anything else so that
we can ensure we have the latest stable grimoire.

diff --git a/scripts/spellcaster.sh b/scripts/spellcaster.sh
index ae4d498..53b8260 100755
--- a/scripts/spellcaster.sh
+++ b/scripts/spellcaster.sh
@@ -187,6 +187,9 @@ function prepare_target() {
if [[ -n $CAULDRON_CHROOT && $# -eq 0 ]]
then

+ # Perform a scribe update so we have the latest stable
grimoire
+ /usr/sbin/scribe update
+
# If console-tools is found in TARGET, get rid of it to make
# way for kbd
[[ $(gaze -q installed console-tools) != "not installed" ]] &&



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

Archive powered by MHonArc 2.6.24.

Top of Page