diff options
author | unknown <mwagner@evoq.mwagner.org> | 2001-11-07 01:49:38 -0600 |
---|---|---|
committer | unknown <mwagner@evoq.mwagner.org> | 2001-11-07 01:49:38 -0600 |
commit | 7bec7ebe4b7caf36fe8ac902fb3294145d8d17da (patch) | |
tree | 3485b385529f835ad82c4e06ed874628b5a4179c /BitKeeper/triggers | |
parent | a71a9f7e5b0db8bfb8584389be04b08dd2d4aecb (diff) | |
download | mariadb-git-7bec7ebe4b7caf36fe8ac902fb3294145d8d17da.tar.gz |
post-commit Changed to docs-commit@
BitKeeper/triggers/post-commit:
Changed to docs-commit@
Diffstat (limited to 'BitKeeper/triggers')
-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 ] |