mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge bk-internal:/home/bk/mysql-5.1-new
into mysql.com:/usr/local/mysql/tmpbuild-5.1
This commit is contained in:
commit
39aa4776b3
1 changed files with 9 additions and 3 deletions
|
@ -14,6 +14,12 @@ else
|
|||
FROM=$REAL_EMAIL
|
||||
fi
|
||||
|
||||
if [ -x /usr/sbin/sendmail ]; then
|
||||
SENDMAIL=/usr/sbin/sendmail
|
||||
else
|
||||
SENDMAIL=sendmail
|
||||
fi
|
||||
|
||||
BK_STATUS=$BK_STATUS$BK_COMMIT
|
||||
|
||||
if [ "$BK_STATUS" = OK ]
|
||||
|
@ -58,7 +64,7 @@ $BH
|
|||
EOF
|
||||
bk changes -v -r+
|
||||
bk cset -r+ -d
|
||||
) | /usr/sbin/sendmail -t
|
||||
) | $SENDMAIL -t
|
||||
|
||||
#++
|
||||
# commits@ mail
|
||||
|
@ -82,7 +88,7 @@ see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
|
|||
EOF
|
||||
bk changes -v -r+
|
||||
bk cset -r+ -d
|
||||
) | head -n $LIMIT | /usr/sbin/sendmail -t
|
||||
) | head -n $LIMIT | $SENDMAIL -t
|
||||
|
||||
#++
|
||||
# docs-commit@ mail
|
||||
|
@ -102,7 +108,7 @@ Subject: bk commit - $VERSION tree (Manual) ($CHANGESET)$BS
|
|||
EOF
|
||||
bk changes -v -r+
|
||||
bk cset -r+ -d
|
||||
) | /usr/sbin/sendmail -t
|
||||
) | $SENDMAIL -t
|
||||
fi
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue