[Pkg-ocaml-maint-commits] [dh-ocaml] 04/05: Use new dispatch address for git commit notifications
Mehdi Dogguy
mehdi at moszumanska.debian.org
Sun Jan 3 11:59:07 UTC 2016
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 <mehdi at 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}_cvs at packages.qa.debian.org"
+git config --add hooks.bcc "dispatch+${PACKAGE}_vcs at 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
More information about the Pkg-ocaml-maint-commits
mailing list