[Bps-public-commit] BPS git mailer tools branch, master, updated. 4eaef53f191e14695ed549aec542cfe35365d438
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Aug 23 11:49:39 EDT 2009
The branch, master has been updated
via 4eaef53f191e14695ed549aec542cfe35365d438 (commit)
from 041fc7540dfd24907db098e87d76c5c23b7bd4f2 (commit)
Summary of changes:
create-repo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 4eaef53f191e14695ed549aec542cfe35365d438
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sun Aug 23 23:49:33 2009 +0800
/usr/bin/git seems is relocated to /usr/local/bin
diff --git a/create-repo b/create-repo
index 7824ea8..1a92ecd 100755
--- a/create-repo
+++ b/create-repo
@@ -37,7 +37,7 @@ ssh fsck.com "\
cd /git/$REPO.git/hooks && \
rm -rf /tmp/git-init-$TEMP && \
echo \". /usr/local/git-mailer/post-receive-email\" >> post-receive && \
- echo \"sudo -u git -H /usr/bin/git push github >>/home/git/pushlog 2>&1\" >> 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.emailprefix '' && \
git config --add hooks.showrev \"git show -C %s; echo \" && \
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list