From 41151beca75247e3e3bf9bdcb8360024162a7762 Mon Sep 17 00:00:00 2001 From: caffeaulait Date: Thu, 24 Sep 2020 19:40:29 +0800 Subject: [PATCH] add yaml file --- keyutils.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 keyutils.yaml diff --git a/keyutils.yaml b/keyutils.yaml new file mode 100644 index 0000000..c0de1e0 --- /dev/null +++ b/keyutils.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git +tag_prefix: ^v +seperator: . -- Gitee