Skip to content

Commit

Permalink
changes: set branch property when sending changes to buildbot
Browse files Browse the repository at this point in the history
Fixes release builds showing HEAD as the branch name now that
[Buildbot doesn't `git reset --hard` the active branch anymore](buildbot/buildbot#5919).
  • Loading branch information
leoetlino committed Oct 3, 2021
1 parent 1623bd8 commit ff27ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changes/gen-rev-infos
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ for r in $REV_TO_HANDLE; do
if [ "$DONT_BUILD" = "" ]; then
buildbot sendchange -m $BUILDBOT_ADDR -a $BUILDBOT_CREDS \
-W "$author" -s git -r $r \
-b $branch \
-p branchname:$branch -p shortrev:$v -p author:"$author" -p description:"${comment:0:500}"
-l "$URL$r" -c "${comment:0:500}" >/dev/null 2>&1
fi
Expand Down

0 comments on commit ff27ac0

Please sign in to comment.