=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,6 @@
+2006-04-02 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * *: turn into stable in bzr
+
2006-03-31 Karsten Behrmann <BearPerson AT sourcemage.org>
* caster: fixes with detection if a spell needs to be updated
* nightlybuild.sh: fix typo in log naming
=== modified file 'MAINTAINER'
--- MAINTAINER
+++ MAINTAINER
@@ -1,2 +1,1 @@
-Cauldron Team
-cauldron AT sourcemage.org
+Cauldron Team Lead
=== modified file 'README'
--- README
+++ README
@@ -1,5 +1,2 @@
-This directory contains the *development* version of ISO, installer and
+This directory contains the *stable* version of ISO, installer and
general cauldron tools.
-
-Trigger a release by running misc/release.sh
-Devel releases need not be logged in the ChangeLog
-ISO_BRANCH=${ISO_BRANCH:-devel}
+ISO_BRANCH=${ISO_BRANCH:-stable}
ARCH=${ARCH:-i486-pc-linux-gnu}
ISO_ARCH=${ISO_ARCH:-x86}
# generic i386 and family
-SVERSION=${SVERSION:-test}
-GVERSION=${GVERSION:-test}
+SVERSION=${SVERSION:-stable}
+GVERSION=${GVERSION:-stable}
KVERSION=${KVERSION:-"2.6"}
KERNEL_VERSION=${KERNEL_VERSION:-2.6.14.2}
if [[ $KERNEL_VERSION == *.*.*.* ]] ;then
@@ -23,9 +23,9 @@
KERNEL_MVERSION=${KERNEL_MVERSION:-$KERNEL_VERSION}
# leave KERNEL_PATCHES unset if unset, otherwise don't change.
fi
-ISO_VERSION=${ISO_VERSION:-$ISO_BRANCH-$(cat $STATE_DIR/internal_version)}
-ISO_FILENAME="smgl-${ISO_VERSION%%-*}-$ISO_ARCH-$KERNEL_VERSION-nptl-${ISO_VERSION#*-}.iso"
-IGNORE_FATAL=${IGNORE_FATAL:-yes}
+ISO_VERSION=0.9.6
+ISO_FILENAME="smgl-${ISO_VERSION}-$ISO_ARCH.iso"
+IGNORE_FATAL=${IGNORE_FATAL:-no}
INITRDROOT=${INITRDROOT:-/theinitrd}
ISO_DIR=${ISO_DIR:-/iso-root} # kept around for easy debugging
=== modified file 'iso/skeleton/isolinux/isolinux.msg'
--- iso/skeleton/isolinux/isolinux.msg
+++ iso/skeleton/isolinux/isolinux.msg
@@ -16,7 +16,7 @@
you need special kernel parameters, just type 02install07 followed by
kernel parameters, like "acpi=off" for instance.
-* Thank you for trying a testing version. Remember, you can get help on IRC
+* Thank you for trying Source Mage. Remember, you can get help on IRC
on irc.freenode.net, channel #sourcemage-cauldron or #sourcemage.
If you find any bugs, please go to bugs.sourcemage.org and report them, we
absolutely love feedback.