Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (ab08e08e15fc41f9506d5a6887f729ea5ff3d430)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (ab08e08e15fc41f9506d5a6887f729ea5ff3d430)
  • Date: Thu, 15 Jan 2009 14:19:34 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

database/mysql/HISTORY | 7 +++++++
database/mysql/INSTALL | 3 ++-
database/mysql/POST_REMOVE | 1 -
database/mysql/PRE_REMOVE | 1 +
database/mysql/REPAIR^all^POST_REMOVE | 2 ++
5 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit ab08e08e15fc41f9506d5a6887f729ea5ff3d430
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

mysql: Update spell to properly install info file and
also delete info file so that devel sorcery doesn't
fail on dispel. Bug #14995. There are many spell that
will need this fix.

diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index 4911cfa..dc37abb 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,3 +1,10 @@
+2009-01-15 George Sherwood <gsherwood AT sourcemage.org>
+ * INSTALL: Added install for info file.
+ * REPAIR^all^POST_REMOVE: Added to fix problem with POST_REMOVE.
+ Bug #14995
+ * PRE_REMOVE: info files must be removed from dir prior to
+ the info file being removed. Also full paths needed.
+
2009-01-12 Eric Sandall <sandalle AT sourcemage.org>
* PREPARE: Note that the 4.1.x branch is the old branch

diff --git a/database/mysql/INSTALL b/database/mysql/INSTALL
index 8f28509..a99d737 100755
--- a/database/mysql/INSTALL
+++ b/database/mysql/INSTALL
@@ -1,2 +1,3 @@
make pkglibdir=${TRACK_ROOT}/usr/lib install &&
-rm -rf ${INSTALL_ROOT}/usr/mysql-test
+rm -rf ${INSTALL_ROOT}/usr/mysql-test &&
+install-info ${INSTALL_ROOT}/usr/share/info/mysql.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/database/mysql/POST_REMOVE b/database/mysql/POST_REMOVE
deleted file mode 100755
index 0677e90..0000000
--- a/database/mysql/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete mysql --info-dir ${TRACK_ROOT}/usr/share/info
diff --git a/database/mysql/PRE_REMOVE b/database/mysql/PRE_REMOVE
new file mode 100755
index 0000000..9e1bba3
--- /dev/null
+++ b/database/mysql/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${TRACK_ROOT}/usr/share/info/mysql.info --info-dir
${TRACK_ROOT}/usr/share/info
diff --git a/database/mysql/REPAIR^all^POST_REMOVE
b/database/mysql/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..9edd03b
--- /dev/null
+++ b/database/mysql/REPAIR^all^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete mysql --info-dir ${TRACK_ROOT}/usr/share/info
+true



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ab08e08e15fc41f9506d5a6887f729ea5ff3d430), George Sherwood, 01/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page