From dfc93c16ebcacb7b98cd893fca852bf8930f3ea4 Mon Sep 17 00:00:00 2001 From: AlexChen Date: Wed, 29 Apr 2020 20:27:33 +0800 Subject: [PATCH 1/3] [feature] add qemu.yaml --- upstream-info/qemu.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upstream-info/qemu.yaml diff --git a/upstream-info/qemu.yaml b/upstream-info/qemu.yaml new file mode 100644 index 00000000..3d3345f6 --- /dev/null +++ b/upstream-info/qemu.yaml @@ -0,0 +1,5 @@ +--- +version_control: git +src_repo: https://git.qemu.org/git/qemu.git +tag_prefix: v +seperator: . -- Gitee From 6e7870857af7d853ea312a1e260d4d6bbb545e9e Mon Sep 17 00:00:00 2001 From: AlexChen Date: Wed, 29 Apr 2020 20:41:13 +0800 Subject: [PATCH 2/3] [feature] add libvirt.yaml --- upstream-info/libvirt.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upstream-info/libvirt.yaml diff --git a/upstream-info/libvirt.yaml b/upstream-info/libvirt.yaml new file mode 100644 index 00000000..a9dc6875 --- /dev/null +++ b/upstream-info/libvirt.yaml @@ -0,0 +1,5 @@ +--- +version_control: git +src_repo: https://libvirt.org/git/libvirt.git +tag_prefix: v +seperator: . -- Gitee From 997a1e55d9a9a27942df80210816e0b623a417fd Mon Sep 17 00:00:00 2001 From: AlexChen Date: Wed, 29 Apr 2020 20:50:32 +0800 Subject: [PATCH 3/3] [feature] add libvirt-python.yaml --- upstream-info/libvirt-python.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upstream-info/libvirt-python.yaml diff --git a/upstream-info/libvirt-python.yaml b/upstream-info/libvirt-python.yaml new file mode 100644 index 00000000..be748b8b --- /dev/null +++ b/upstream-info/libvirt-python.yaml @@ -0,0 +1,5 @@ +--- +version_control: git +src_repo: https://libvirt.org/git/libvirt-python.git +tag_prefix: v +seperator: . -- Gitee