From ad6cdc7cb8cd470b07a0f7fa3542ca32daa03ccc Mon Sep 17 00:00:00 2001 From: linwei9 <595019852@qq.com> Date: Wed, 17 Jun 2020 17:37:33 +0800 Subject: [PATCH] add yaml file --- nss.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nss.yaml diff --git a/nss.yaml b/nss.yaml new file mode 100644 index 0000000..3aa22ba --- /dev/null +++ b/nss.yaml @@ -0,0 +1,4 @@ +version_control: hg +src_repo: https://hg.mozilla.org/projects/nss +tag_prefix: ^NSS_ +seperator: _ -- Gitee