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