Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 4 to cauldron-test cauldron by Karsten Behrmann <BearPerson@sourcemage.org>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: bzr AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 4 to cauldron-test cauldron by Karsten Behrmann <BearPerson AT sourcemage.org>
  • Date: Sat, 15 Apr 2006 12:45:14 -0500

------------------------------------------------------------
revno: 4
committer: Karsten Behrmann <BearPerson AT sourcemage.org>
branch nick: test
timestamp: Sun 2006-04-02 21:31:12 +0200
message:
testify

=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,5 @@
2006-04-02 Karsten Behrmann <BearPerson AT sourcemage.org>
- * *: turn into stable in bzr
+ * *: turn into test in bzr

2006-03-31 Karsten Behrmann <BearPerson AT sourcemage.org>
* caster: fixes with detection if a spell needs to be updated

=== modified file 'README'
--- README
+++ README
@@ -1,5 +1,7 @@
-This directory contains the *development* version of ISO, installer and
+This directory contains the testing 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
+This means:
+- Only bugfixes, no new features
+- check your fixes for syntax errors
+- be careful ;-)

=== modified file 'iso/data/internal_version'
--- iso/data/internal_version
+++ iso/data/internal_version
@@ -1,1 +1,1 @@
-2005120721
+0

=== modified file 'iso/generation-scripts/config'
--- iso/generation-scripts/config
+++ iso/generation-scripts/config
@@ -8,12 +8,12 @@
STATE_DIR=$SCRIPTDIR/../data
SKELETON=$SCRIPTDIR/../skeleton

-ISO_BRANCH=${ISO_BRANCH:-devel}
+ISO_BRANCH=${ISO_BRANCH:-test}
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-rc}
KVERSION=${KVERSION:-"2.6"}
KERNEL_VERSION=${KERNEL_VERSION:-2.6.14.2}
if [[ $KERNEL_VERSION == *.*.*.* ]] ;then
@@ -23,7 +23,7 @@
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_VERSION=0.9.7-test$(cat $STATE_DIR/internal_version)

ISO_FILENAME="smgl-${ISO_VERSION%%-*}-$ISO_ARCH-$KERNEL_VERSION-nptl-${ISO_VERSION#*-}.iso"
IGNORE_FATAL=${IGNORE_FATAL:-yes}





  • [SM-Commit] BZR Change 4 to cauldron-test cauldron by Karsten Behrmann <BearPerson AT sourcemage.org>, bzr, 04/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page