From 93305ee837028e79a667064b419d8b12b38d060d Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Thu, 2 Jul 2020 10:51:59 +0800 Subject: [PATCH] mdadm: add yaml file for ci add yaml file for ci Signed-off-by: Zhiqiang Liu --- mdadm.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mdadm.yaml diff --git a/mdadm.yaml b/mdadm.yaml new file mode 100644 index 0000000..3846716 --- /dev/null +++ b/mdadm.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git +tag_prefix: "mdadm-" +seperator: "." -- Gitee