Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (0c043e41e968460cd4c72de5cfac35a57dd29981)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (0c043e41e968460cd4c72de5cfac35a57dd29981)
  • Date: Sat, 11 Nov 2006 18:18:06 -0600

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

database/postgresql/HISTORY | 4 ++++
database/postgresql/TRIGGERS | 5 +++++
2 files changed, 9 insertions(+)

New commits:
commit ef5cbdc21977a344e837a653186b72e4a4b90224
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

postgresql: TRIGGERS was removed but I didn't noticed there was not only
a trigger
for python. So I restored it to get back the trigger when
linux-pam is
cast. Btw I replaced the ugly hack to check the dependency by
a proper
call to is_depends_enabled

diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 4fa02af..825273b 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,7 @@
+2006-11-12 Flavien Bridault <vlaaad AT sourcemage.org>
+ * TRIGGERS: Restored to get the trigger on linux-pam cast, use of
+ if_depends_enabled
+
2006-11-10 Flavien Bridault <vlaaad AT sourcemage.org>
* TRIGGERS: Removed, python upgrades are now handled in the python
spell

diff --git a/database/postgresql/TRIGGERS b/database/postgresql/TRIGGERS
new file mode 100755
index 0000000..bbcdb5f
--- /dev/null
+++ b/database/postgresql/TRIGGERS
@@ -0,0 +1,5 @@
+source "$GRIMOIRE/is_depends_enabled.function" &&
+
+if is_depends_enabled $SPELL linux-pam; then
+ on_cast linux-pam cast_self
+fi



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (0c043e41e968460cd4c72de5cfac35a57dd29981), Flavien Bridault, 11/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page