diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-23 16:23:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-23 16:23:47 +0000 |
commit | 3c5315dcb3b65ad37e94e6374d5fe7c685c2c477 (patch) | |
tree | 6ef309c99685162b84769e15d3c2f588b39f6691 /BitKeeper | |
parent | 7f550e334c2f9c52b5b98fe2ffd8cb3d624073c8 (diff) |
ciabot_bk.sh: Change 'author' of the cset as sent to CIA to be the actual author of the changeset, not the user who's pushing it.
BKrev: 4152f893ul-CqRbx9wb0AYYkiEaI6A
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/triggers/ciabot_bk.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/triggers/ciabot_bk.sh b/BitKeeper/triggers/ciabot_bk.sh index cd2892a5d1..aa61599bc5 100644 --- a/BitKeeper/triggers/ciabot_bk.sh +++ b/BitKeeper/triggers/ciabot_bk.sh @@ -25,7 +25,7 @@ REV="$1" # The email address CIA lives at cia_address="cia@navi.cx" -author=`echo $BK_USER | sed 's/\&/\&/g;s/</\</g;s/>/\>/g'` +author=`bk changes -r"$REV" -d":P:" | sed 's/\&/\&/g;s/</\</g;s/>/\>/g'` module=`basename $BKD_ROOT | sed 's/\&/\&/g;s/</\</g;s/>/\>/g'` tag=`bk changes -r"$REV" -d":TAG:" | sed 's/\&/\&/g;s/</\</g;s/>/\>/g'` for file in `bk changes -n -v -r"$REV" -d"\\\$unless(:GFILE:=ChangeSet){:GFILE:}" | sort -u | sed 's/\&/\&/g;s/</\</g;s/>/\>/g'`; do |