aboutsummaryrefslogtreecommitdiffstats
path: root/BitKeeper
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-23 16:23:47 +0000
committerChris Larson <clarson@kergoth.com>2004-09-23 16:23:47 +0000
commit3c5315dcb3b65ad37e94e6374d5fe7c685c2c477 (patch)
tree6ef309c99685162b84769e15d3c2f588b39f6691 /BitKeeper
parent7f550e334c2f9c52b5b98fe2ffd8cb3d624073c8 (diff)
downloadopenembedded-3c5315dcb3b65ad37e94e6374d5fe7c685c2c477.tar.gz
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.sh2
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/\&/\&amp;/g;s/</\&lt;/g;s/>/\&gt;/g'`
+author=`bk changes -r"$REV" -d":P:" | sed 's/\&/\&amp;/g;s/</\&lt;/g;s/>/\&gt;/g'`
module=`basename $BKD_ROOT | sed 's/\&/\&amp;/g;s/</\&lt;/g;s/>/\&gt;/g'`
tag=`bk changes -r"$REV" -d":TAG:" | sed 's/\&/\&amp;/g;s/</\&lt;/g;s/>/\&gt;/g'`
for file in `bk changes -n -v -r"$REV" -d"\\\$unless(:GFILE:=ChangeSet){:GFILE:}" | sort -u | sed 's/\&/\&amp;/g;s/</\&lt;/g;s/>/\&gt;/g'`; do