mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
don't use bk cset in commit e-mails
This commit is contained in:
parent
e4c320bfea
commit
496e3aa593
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
|
|||
|
||||
EOF
|
||||
bk changes -v -r+
|
||||
bk cset -r+ -d
|
||||
bk rset -r+ -ah | bk gnupatch -h -dup -T
|
||||
) | head -n $LIMIT | /usr/sbin/sendmail -t
|
||||
|
||||
#++
|
||||
|
@ -125,7 +125,7 @@ Subject: bk commit - $VERSION tree (Manual) ($CHANGESET)$BS
|
|||
|
||||
EOF
|
||||
bk changes -v -r+
|
||||
bk cset -r+ -d
|
||||
bk rset -r+ -ah | bk gnupatch -h -dup -T
|
||||
) | head -n $LIMIT | /usr/sbin/sendmail -t
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue