Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Chris Dombroski (1f2f0286308abdf2cf1182a712c99cc7b44d0ca1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Chris Dombroski <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Chris Dombroski (1f2f0286308abdf2cf1182a712c99cc7b44d0ca1)
  • Date: Wed, 27 Sep 2006 10:51:09 -0500

GIT changes to master grimoire by Chris Dombroski <cdombroski AT icanttype.org>:

collab/ingo/DETAILS | 2 +-
collab/ingo/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 1f2f0286308abdf2cf1182a712c99cc7b44d0ca1
Author: Chris Dombroski <cdombroski AT icanttype.org>
Commit: Chris Dombroski <cdombroski AT icanttype.org>

Added missing ']' in DETAILS for ingo. Fixes bug 13144.

diff --git a/collab/ingo/DETAILS b/collab/ingo/DETAILS
index 9b0c092..dc14f6a 100755
--- a/collab/ingo/DETAILS
+++ b/collab/ingo/DETAILS
@@ -1,6 +1,6 @@
SPELL=ingo
if [[ "$HORDE_DEVEL" == 'y' ]]; then
- if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]; then
+ if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/collab/ingo/HISTORY b/collab/ingo/HISTORY
index aa97ea1..efc6e7f 100644
--- a/collab/ingo/HISTORY
+++ b/collab/ingo/HISTORY
@@ -1,3 +1,6 @@
+2006-09-27 Chris Dombroski <cdombroski AT icanttype.org>
+ * DETAILS: Added missing ']'. Fixing bug #13144.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Chris Dombroski (1f2f0286308abdf2cf1182a712c99cc7b44d0ca1), Chris Dombroski, 09/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page