mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Put username in the Subject line as well (with the changeset number).
This commit is contained in:
parent
e52a2f1ace
commit
fb548cbc6d
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ BK_STATUS=$BK_STATUS$BK_COMMIT
|
|||
if [ "$BK_STATUS" = OK ]
|
||||
then
|
||||
|
||||
CHANGESET=`bk -R prs -r+ -h -d':I:' ChangeSet`
|
||||
USRN=`echo $FROM | sed 's/\(..*\)@.*/\1/'`
|
||||
CHANGESET=${USRN}:`bk -R prs -r+ -h -d':I:' ChangeSet`
|
||||
|
||||
#++
|
||||
# dev-public@
|
||||
|
|
Loading…
Reference in a new issue