On Sat, Nov 28, 2020 at 02:40:46PM +0800, Wu Fengguang wrote:
- fix title
- fix format
- improve logic
- fix broken link
Signed-off-by: Wu Fengguang wfg@mail.ustc.edu.cn
doc/manual/apply-account.md | 40 +++++++++++++++++++++++++++++++++ doc/manual/apply-ssh-account.md | 38 ------------------------------- 2 files changed, 40 insertions(+), 38 deletions(-) create mode 100644 doc/manual/apply-account.md delete mode 100644 doc/manual/apply-ssh-account.md
diff --git a/doc/manual/apply-account.md b/doc/manual/apply-account.md new file mode 100644 index 0000000..804b6ca --- /dev/null +++ b/doc/manual/apply-account.md @@ -0,0 +1,40 @@ +# apply account
+## step 1: send email to apply account
+Email template:
+---
- From: {{ David Rientjes rientjes@google.com }}
- To: compass-ci@qq.com
- Subject: apply account
- my oss commit: {{ https://github.com/torvalds/linux/commit/7be74942f184fdfba34ddd19a0d995deb34... }}
- {{ attach your ssh pubkey file(s), e.g. ~/.ssh/id_rsa.pub }}
+---
+- please replace the 3 parts in {{ }} with your information. +- my oss commit: a git commit URL that has your contribution.
+## step 2: receive an email
+Which contains account information for you:
- my_email
- my_name
- my_uuid
- SCHED_HOST
- SCHED_PORT
+## step 3: one-time setup
+Follow the email to setup your local environment:
- clone git repos
- write ~/.config/compass-ci/default/account.yaml
+## step 4: try it out
+Now try [submitting a job to compass-ci](https://gitee.com/wu_fengguang/compass-ci/blob/master/doc/manual/submit%E5%9...) diff --git a/doc/manual/apply-ssh-account.md b/doc/manual/apply-ssh-account.md deleted file mode 100644 index 160657e..0000000 --- a/doc/manual/apply-ssh-account.md +++ /dev/null @@ -1,38 +0,0 @@ -# apply account
-## steps -1. send apply account email
- send apply account email to: compass-ci@qq.com
attention:
email subject:
apply account
email body:
example:
my oss commit: https://github.com/torvalds/linux/commit/7be74942f184fdfba34ddd19a0d995deb34d4a03
attachment:
ssh pubkey file
- email example:
To: compass-ci@qq.com
Subject: apply account
my oss commit: https://github.com/torvalds/linux/commit/7be74942f184fdfba34ddd19a0d995deb34d4a03
attach your ssh pub key to the email as attachment
-2. receive email from compass-ci@qq.com
- the email contains following information:
- my_email
- my_name
- my_uuid
- SCHED_HOST
- SCHED_PORT
-3. local environment configuration
- follow steps in the email to finish the following configuration
- setup default yaml
~/.config/compass-ci/default/account.yaml
-for more information: how to use submit
the referenced file has been renamed: -submit命令详解.md
Thanks, Luan Shengde
-- 2.23.0