diff options
author | mwagner@evoq.mwagner.org <> | 2001-11-07 01:49:38 -0600 |
---|---|---|
committer | mwagner@evoq.mwagner.org <> | 2001-11-07 01:49:38 -0600 |
commit | db70f731faf55be6354e78a375a4247e8eac7afb (patch) | |
tree | 3485b385529f835ad82c4e06ed874628b5a4179c /BitKeeper | |
parent | d67c6683ef484fff8595d3127f96ef1469b18989 (diff) | |
download | mariadb-git-db70f731faf55be6354e78a375a4247e8eac7afb.tar.gz |
post-commit Changed to docs-commit@
Diffstat (limited to 'BitKeeper')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 836b06124bb..64cb60936d4 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -4,7 +4,7 @@ TO=dev-public@mysql.com FROM=$USER@mysql.com INTERNALS=internals@lists.mysql.com -DOCS=docs@mysql.com +DOCS=docs-commit@mysql.com LIMIT=10000 if [ "$REAL_EMAIL" = "" ] @@ -58,7 +58,7 @@ EOF ) | head -n $LIMIT | /usr/sbin/sendmail -t #++ -# docs@ mail +# docs-commit@ mail #-- bk changes -v -r+ | grep -q Docs/manual.texi if [ $? == 0 ] |