Skip to content

Commit f4b6618

Browse files
authored
Merge pull request #74 from kernel-oops/release-sync-marc-identity
ci: use requested Marc identity for generated releases
2 parents 30be6f8 + b582f6e commit f4b6618

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/upstream-release-sync.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ prepare() {
404404
trap 'git worktree remove --force "$candidate_dir" >/dev/null 2>&1 || true; rm -f "$patch_file"' RETURN
405405
git -c core.hooksPath=/dev/null worktree add --detach "$candidate_dir" "$upstream_sha"
406406
git -C "$candidate_dir" config user.name Marc
407-
git -C "$candidate_dir" config user.email marc@kernel-oops.com
407+
git -C "$candidate_dir" config user.email marc@kernel-panic.im
408408

409409
for index in "${!PATCH_BRANCHES[@]}"; do
410410
branch="${PATCH_BRANCHES[$index]}"
@@ -448,8 +448,8 @@ prepare() {
448448
candidate_tree="$(git -C "$candidate_dir" rev-parse 'HEAD^{tree}')"
449449

450450
head_sha="$(
451-
export GIT_AUTHOR_NAME=Marc GIT_AUTHOR_EMAIL=marc@kernel-oops.com
452-
export GIT_COMMITTER_NAME=Marc GIT_COMMITTER_EMAIL=marc@kernel-oops.com
451+
export GIT_AUTHOR_NAME=Marc GIT_AUTHOR_EMAIL=marc@kernel-panic.im
452+
export GIT_COMMITTER_NAME=Marc GIT_COMMITTER_EMAIL=marc@kernel-panic.im
453453
printf 'chore: sync upstream release %s\n' "$tag" |
454454
git -C "$candidate_dir" commit-tree "$candidate_tree" -p "$base_sha"
455455
)"

0 commit comments

Comments
 (0)