Update some emails

This commit is contained in:
Alexey Milovidov 2021-09-21 20:11:49 +03:00
parent 7878d848ab
commit 9c924262f4
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: clickhouse
Section: database
Priority: optional
Maintainer: Alexey Milovidov <milovidov@yandex-team.ru>
Maintainer: Alexey Milovidov <milovidov@clickhouse.com>
Build-Depends: debhelper (>= 9),
cmake | cmake3,
ninja-build,

View File

@ -114,7 +114,7 @@ class CherryPick:
'Merge it only if you intend to backport changes to the target branch, otherwise just close it.\n'
)
git_prefix = ['git', '-C', repo_path, '-c', 'user.email=robot-clickhouse@yandex-team.ru', '-c', 'user.name=robot-clickhouse']
git_prefix = ['git', '-C', repo_path, '-c', 'user.email=robot-clickhouse@clickhouse.com', '-c', 'user.name=robot-clickhouse']
pr_title = 'Backport #{number} to {target}: {title}'.format(
number=self._pr['number'], target=self.target_branch,

View File

@ -168,7 +168,7 @@ function gen_changelog {
-e "s/[@]VERSION_STRING[@]/$VERSION_STRING/g" \
-e "s/[@]DATE[@]/$CHDATE/g" \
-e "s/[@]AUTHOR[@]/$AUTHOR/g" \
-e "s/[@]EMAIL[@]/$(whoami)@yandex-team.ru/g" \
-e "s/[@]EMAIL[@]/$(whoami)@clickhouse.com/g" \
< $CHLOG.in > $CHLOG
}