From: Chris Larson Date: Thu, 23 Sep 2004 16:23:47 +0000 (+0000) Subject: ciabot_bk.sh: Change 'author' of the cset as sent to CIA to be the actual author... X-Git-Tag: Release-2010-05/1~16945 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5315dcb3b65ad37e94e6374d5fe7c685c2c477;p=openembedded.git 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 --- 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'` +author=`bk changes -r"$REV" -d":P:" | sed 's/\&/\&/g;s//\>/g'` module=`basename $BKD_ROOT | sed 's/\&/\&/g;s//\>/g'` tag=`bk changes -r"$REV" -d":TAG:" | sed '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'`; do