From 1b1a0fff008539ded2796492228fc97b3fe646a3 Mon Sep 17 00:00:00 2001 From: Matthieu Baerts Date: Thu, 5 Oct 2023 16:24:05 +0200 Subject: [PATCH] email: switch from @tessares.net to kernel.org My Tessares email will bounce by the end of the year. Signed-off-by: Matthieu Baerts --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0db5022..1d220cc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -354,7 +354,7 @@ tg_export_common() { local branch_top branch_export current_date tag # change the committer for the last commit to let Intel's kbuild starting tests GIT_COMMITTER_NAME="Matthieu Baerts" \ - GIT_COMMITTER_EMAIL="matthieu.baerts@tessares.net" \ + GIT_COMMITTER_EMAIL="matttbe@kernel.org" \ git commit --amend --no-edit git push --force "${GIT_REMOTE_GITHUB_NAME}" "${branch_export}"