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