From 1a815e6abd5cbe842355d0eb33a0a9ca8de307c0 Mon Sep 17 00:00:00 2001 From: linwei9 <595019852@qq.com> Date: Thu, 18 Jun 2020 16:01:24 +0800 Subject: [PATCH] add yaml file --- osinfo-db.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 osinfo-db.yaml diff --git a/osinfo-db.yaml b/osinfo-db.yaml new file mode 100644 index 0000000..e3571cf --- /dev/null +++ b/osinfo-db.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.com/libosinfo/osinfo/osinfo-db.git +tag_prefix: ^v +seperator: . -- Gitee