From 96cd210f8fdea20fdc62c1c6863951613adad829 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 31 Mar 2020 14:56:02 +0200 Subject: [PATCH] bottle: author bottle commit as BrewTestBot --- Library/Homebrew/dev-cmd/bottle.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index a296594097..9e22fa7b9a 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -561,7 +561,8 @@ module Homebrew pkg_version = bottle_hash["formula"]["pkg_version"] path.parent.cd do - safe_system "git", "commit", "--no-edit", "--verbose", + author = "BrewTestBot " + safe_system "git", "commit", "--no-edit", "--verbose", "--author=#{author}", "--message=#{short_name}: #{update_or_add} #{pkg_version} bottle.", "--", path end