Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 3 to cauldron-stable 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 3 to cauldron-stable cauldron by Karsten Behrmann <BearPerson AT sourcemage.org>
  • Date: Sat, 15 Apr 2006 12:45:09 -0500

------------------------------------------------------------
revno: 3
committer: Karsten Behrmann <BearPerson AT sourcemage.org>
branch nick: stable
timestamp: Sun 2006-04-02 18:53:44 +0200
message:
stablify

=== removed file 'misc/release.sh'
--- misc/release.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-p4 edit $(readlink -f ${0%/*}/../iso/data/internal_version)
-# p4 can't cope with foo/../bar
-date -u +%Y%m%d%H >${0%/*}/../iso/data/internal_version

=== 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

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

=== 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:-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.

=== modified file 'iso/skeleton/usr/share/smgl.install/default_debug'
--- iso/skeleton/usr/share/smgl.install/default_debug
+++ iso/skeleton/usr/share/smgl.install/default_debug
@@ -1,1 +1,1 @@
-2
+1

=== modified file
'iso/skeleton/usr/share/smgl.install/default_debug_spellinstall'
--- iso/skeleton/usr/share/smgl.install/default_debug_spellinstall
+++ iso/skeleton/usr/share/smgl.install/default_debug_spellinstall
@@ -1,1 +1,1 @@
-3
+2




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

Archive powered by MHonArc 2.6.24.

Top of Page