[PATCH v3 compass-ci 1/5] feat: container/ntp-server: build

Signed-off-by: Wang Chenglong <18509160991@163.com> --- container/ntp-server/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 container/ntp-server/build diff --git a/container/ntp-server/build b/container/ntp-server/build new file mode 100755 index 0000000..c02152a --- /dev/null +++ b/container/ntp-server/build @@ -0,0 +1,5 @@ +#!/bin/bash +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved. + +docker build -t ntp_server . -- 2.23.0

TO ALL: about patch title. 大家以后是不是不写"feat"了。 如果是bug fix的话,就写成 area: fix xxx 如果是文档的话,可以写成 doc: xxx doc/file.md: yyy 如果是重构的话,就写成 area: refactor xxx area: simplify xxx 一般别写"improve" 特别不要写"modify" 因为这个词没表达力。 Thanks, Fengguang

On Thu, Oct 29, 2020 at 03:47:11PM +0800, Wu Fengguang wrote:
TO ALL: about patch title.
大家以后是不是不写"feat"了。
如果是bug fix的话,就写成
area: fix xxx
如果是文档的话,可以写成
doc: xxx doc/file.md: yyy
如果是重构的话,就写成
area: refactor xxx area: simplify xxx
一般别写"improve" 特别不要写"modify" 因为这个词没表达力。
Thanks, Fengguang
Ok. i got it. Thanks, Chenglong

On Thu, Oct 29, 2020 at 03:47:11PM +0800, Wu Fengguang wrote:
TO ALL: about patch title.
大家以后是不是不写"feat"了。
如果是bug fix的话,就写成
area: fix xxx
如果是文档的话,可以写成
doc: xxx doc/file.md: yyy
如果是重构的话,就写成
area: refactor xxx area: simplify xxx
一般别写"improve" 特别不要写"modify" 因为这个词没表达力。
good. Thanks, Liushaofei
Thanks, Fengguang
participants (3)
-
Liu Shaofei
-
Wang Chenglong
-
Wu Fengguang