[Fusionforge-commits] FusionForge branch master updated. 528ba7bcfe35761ccb1fd91c1d3861502ad790b9

Sylvain Beucler beuc-inria at fusionforge.org
Thu Apr 24 17:39:02 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  528ba7bcfe35761ccb1fd91c1d3861502ad790b9 (commit)
      from  bcbf62e56455da379b13635daf057991fc37c516 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 528ba7bcfe35761ccb1fd91c1d3861502ad790b9
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Apr 24 17:38:36 2014 +0200

    scmhook: prepare table to store destination e-mail for commit notifications

diff --git a/src/plugins/scmhook/db/20140424-create_scmhook_scmsvn_commitemail.sql b/src/plugins/scmhook/db/20140424-create_scmhook_scmsvn_commitemail.sql
new file mode 100644
index 0000000..c652169
--- /dev/null
+++ b/src/plugins/scmhook/db/20140424-create_scmhook_scmsvn_commitemail.sql
@@ -0,0 +1,5 @@
+-- Store destination e-mail for commit notifications
+CREATE TABLE plugin_scmhook_scmsvn_commitemail (
+  group_id int REFERENCES groups NOT NULL,
+  dest text NOT NULL
+);

-----------------------------------------------------------------------

Summary of changes:
 .../scmhook/db/20140424-create_scmhook_scmsvn_commitemail.sql     |    5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 src/plugins/scmhook/db/20140424-create_scmhook_scmsvn_commitemail.sql


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list