mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
A better way to get the ChangeSet revision for the Subject: line.
This commit is contained in:
@ -19,7 +19,7 @@ BK_STATUS=$BK_STATUS$BK_COMMIT
|
||||
if [ "$BK_STATUS" = OK ]
|
||||
then
|
||||
|
||||
CHANGESET=`bk changes -r+ | sed -n 's/^ChangeSet@\([^,][^,]*\),.*/\1/p'`
|
||||
CHANGESET=`bk -R prs -r+ -h -d':I:' ChangeSet`
|
||||
|
||||
#++
|
||||
# dev-public@
|
||||
|
Reference in New Issue
Block a user