From 9a6fef37e2f3c47923e26fffded1e93463d77025 Mon Sep 17 00:00:00 2001 From: maqiang999 Date: Sat, 13 Jun 2020 13:07:14 +0800 Subject: [PATCH] add yaml file in package --- pciutils.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pciutils.yaml diff --git a/pciutils.yaml b/pciutils.yaml new file mode 100644 index 0000000..991cc64 --- /dev/null +++ b/pciutils.yaml @@ -0,0 +1,5 @@ +version_control: git +src_repo: git://git.kernel.org/pub/scm/utils/pciutils/pciutils.git +tag_prefix: "^v" +seperator: "." + -- Gitee