[pisa-src] r827 - trunk/tools/subversion
- From: Diego Biurrun <diego@xxxxxxxxxx>
- To: pisa-src@xxxxxxxxxxxxx
- Date: Wed, 19 Aug 2009 13:40:00 +0200
Author: biurrun
Date: Wed Aug 19 13:40:00 2009
New Revision: 827
Log:
post-commit emails are now sent via mailer.py instead of the LuFG LDAP scripts.
Modified:
trunk/tools/subversion/post-commit
Modified: trunk/tools/subversion/post-commit
==============================================================================
--- trunk/tools/subversion/post-commit Wed Aug 19 13:39:38 2009 (r826)
+++ trunk/tools/subversion/post-commit Wed Aug 19 13:40:00 2009 (r827)
@@ -47,17 +47,4 @@
REPOS="$1"
REV="$2"
-############## CONFIGURATION ##############
-# Prefix for commit e-mails. If blank, it is derived from the repository name.
-MAIL_PREFIX=''
-# The UNIX group that provides access to this repository. If blank, it is
derived automatically from the group of the repository directory.
-PROJECT_GROUP=''
-# Extra e-mail address of people to sent commit e-mails to
-EXTRA_ADDRESSES=''
-###########################################
-
-
-#VERBOSE=y
-source /usr/local/sbin/tool.sh
-
-post_commit "$REPOS" "$REV" "$MAIL_PREFIX" "$PROJECT_GROUP" "$EXTRA_ADDRESSES"
+/usr/share/subversion/hook-scripts/mailer/mailer.py commit "$REPOS" "$REV"
Other related posts:
- » [pisa-src] r827 - trunk/tools/subversion - Diego Biurrun