On Thu, Oct 15, 2020 at 05:29:52PM +0800, Wu Fengguang wrote:
Let's make the names more specific and use the specific names throughout the project consistently.
variable (or hash key) example value
my_email wfg@kernel.org my_name Wu Fengguang
will need user to add his/her name in the apply account email?
Yes.
if not, where can I get the "my_name"
Named email address. Like "Wu Fengguang wfg@crystal.ci".
but sometimes the named email address may in undesired mode in the accepted email file, like below:
/srv/cci/Maildir/.compass-ci/new% grep -rn "From: " 1600931612.3884974_1.z9:39:From: =?UTF-8?B?a2lkZHk=?= taxcom@tom.com 1601016368.1077922_1.z9:2,S:20:From: "LiPing" 15396232681@163.com 1601005606.322199_1.z9:2,S:22:From: =?UTF-8?B?5p2O6JCN?= 15396232681@163.com 1602749599.465580_1.z9:39:From: =?gb2312?B?0Lsg1f4=?= XieZheng@live.com 1602659539.1186432_1.z9:2,S:39:From: =?gb2312?B?0Lsg1f4=?= xiezheng@live.com
how about write add the user name as mail content part
Thanks Luan Shengde
Thanks, Fengguang
my_commit_url https://gitee.com/wu_fengguang/compass-ci/commit/b14b8b5b2ba3c47d1bd13eaf734... my_uuid 88c756ad-9707-491b-b406-13515ffcb887 my_login_name hi1000
where the below vars should be set in the user's defaults config (.config/compass-ci/defaults/xxx.yaml), to be auto included in every job he/she submits.
my_name my_email my_uuid
Thanks, Fengguang