This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository dh-ocaml.

commit 82c5c4461a571a735d1cbedf24928618832d7241
Author: Mehdi Dogguy <me...@debian.org>
Date:   Sun Jan 3 12:58:00 2016 +0100

    Use new dispatch address for git commit notifications
---
 tools/dom-new-git-repo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dom-new-git-repo b/tools/dom-new-git-repo
index a3170d9..239a6b1 100755
--- a/tools/dom-new-git-repo
+++ b/tools/dom-new-git-repo
@@ -49,7 +49,7 @@ umask 002
 cd "$REPODIR"
 chmod a+x hooks/post-update 2>/dev/null || mv hooks/post-update.sample 
hooks/post-update
 git config --add hooks.mailinglist "$NOTIFY_EMAIL"
-git config --add hooks.bcc "${PACKAGE}_...@packages.qa.debian.org"
+git config --add hooks.bcc "dispatch+${PACKAGE}_...@tracker.debian.org"
 echo "#!/bin/bash" > hooks/post-receive
 echo 'DIR=\`basename \$(readlink -f \$GIT_DIR)\`' >> hooks/post-receive
 echo 'PKG=\${DIR%.git}' >> hooks/post-receive

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to