From 4321833a9388292a3bc5450577c166a9c3ecce6e Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 18 Jun 2020 15:33:28 +0800 Subject: [PATCH] add yaml file --- dbus-python.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dbus-python.yaml diff --git a/dbus-python.yaml b/dbus-python.yaml new file mode 100644 index 0000000..8b0c034 --- /dev/null +++ b/dbus-python.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/dbus/dbus-python.git +tag_prefix: "^dbus-python-" +seperator: "." -- Gitee