mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update some emails
This commit is contained in:
parent
7878d848ab
commit
9c924262f4
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
|||||||
Source: clickhouse
|
Source: clickhouse
|
||||||
Section: database
|
Section: database
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Alexey Milovidov <milovidov@yandex-team.ru>
|
Maintainer: Alexey Milovidov <milovidov@clickhouse.com>
|
||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
cmake | cmake3,
|
cmake | cmake3,
|
||||||
ninja-build,
|
ninja-build,
|
||||||
|
@ -114,7 +114,7 @@ class CherryPick:
|
|||||||
'Merge it only if you intend to backport changes to the target branch, otherwise just close it.\n'
|
'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(
|
pr_title = 'Backport #{number} to {target}: {title}'.format(
|
||||||
number=self._pr['number'], target=self.target_branch,
|
number=self._pr['number'], target=self.target_branch,
|
||||||
|
@ -168,7 +168,7 @@ function gen_changelog {
|
|||||||
-e "s/[@]VERSION_STRING[@]/$VERSION_STRING/g" \
|
-e "s/[@]VERSION_STRING[@]/$VERSION_STRING/g" \
|
||||||
-e "s/[@]DATE[@]/$CHDATE/g" \
|
-e "s/[@]DATE[@]/$CHDATE/g" \
|
||||||
-e "s/[@]AUTHOR[@]/$AUTHOR/g" \
|
-e "s/[@]AUTHOR[@]/$AUTHOR/g" \
|
||||||
-e "s/[@]EMAIL[@]/$(whoami)@yandex-team.ru/g" \
|
-e "s/[@]EMAIL[@]/$(whoami)@clickhouse.com/g" \
|
||||||
< $CHLOG.in > $CHLOG
|
< $CHLOG.in > $CHLOG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user