Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a3a31ea70ac631adeda63e84f3c023316484a707)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a3a31ea70ac631adeda63e84f3c023316484a707)
  • Date: Mon, 22 Sep 2008 04:42:16 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

database/postgresql/CONFIGURE | 3 ++-
database/postgresql/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit a3a31ea70ac631adeda63e84f3c023316484a707
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

postgresql: removed && to allow postgres to install on a box for the 1st
time

diff --git a/database/postgresql/CONFIGURE b/database/postgresql/CONFIGURE
index 6d345fa..82be41c 100755
--- a/database/postgresql/CONFIGURE
+++ b/database/postgresql/CONFIGURE
@@ -1,4 +1,5 @@
-OLDVERSION=$(installed_version $SPELL) &&
+# No && because the line below will fail if there's no postgresql installed
+OLDVERSION=$(installed_version $SPELL)

if spell_ok $SPELL && [[ ${OLDVERSION%.*} != ${VERSION%.*} ]]; then
message "${PROBLEM_COLOR}" &&
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 79ddea6..0af9c9e 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,6 @@
+2008-09-22 Arjan Bouter <abouter AT sourcemage.org>
+ * CONFIGURE: removed && to allow postgres to install for the 1st time
+
2008-09-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 8.3.4; fixed long description wrap;
quoting
paths



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a3a31ea70ac631adeda63e84f3c023316484a707), Arjan Bouter, 09/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page