[Bps-public-commit] BPS git mailer tools branch, master, updated. 03b12e799dfe15dcc88044f01abe0e4c3424d49d
Alex M Vandiver
alexmv at bestpractical.com
Mon Sep 28 15:12:04 EDT 2009
The branch, master has been updated
via 03b12e799dfe15dcc88044f01abe0e4c3424d49d (commit)
from 9544fd07c42ce0dbab8f0b5a84292ecc4ef7157a (commit)
Summary of changes:
create-repo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 03b12e799dfe15dcc88044f01abe0e4c3424d49d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Sep 28 15:11:50 2009 -0400
Make create-repo's mail hook default to bps-public-commit
diff --git a/create-repo b/create-repo
index 1a92ecd..380c667 100755
--- a/create-repo
+++ b/create-repo
@@ -38,7 +38,7 @@ ssh fsck.com "\
rm -rf /tmp/git-init-$TEMP && \
echo \". /usr/local/git-mailer/post-receive-email\" >> post-receive && \
echo \"sudo -u git -H /usr/local/bin/git push github >>/home/git/pushlog 2>&1\" >> post-receive && \
- git config --add hooks.mailinglist bps-internal-commit at lists.bestpractical.com && \
+ git config --add hooks.mailinglist bps-public-commit at lists.bestpractical.com && \
git config --add hooks.emailprefix '' && \
git config --add hooks.showrev \"git show -C %s; echo \" && \
git remote add --mirror github git at github.com:bestpractical/${REPO}.git && \
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list