From 055369fb2a24ecaefe9010d5a27c520b45cc2ec9 Mon Sep 17 00:00:00 2001 From: lizhenhua Date: Fri, 8 May 2020 14:38:30 +0800 Subject: [PATCH] Add yaml file --- openvswitch.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 openvswitch.yaml diff --git a/openvswitch.yaml b/openvswitch.yaml new file mode 100644 index 0000000..fc60d25 --- /dev/null +++ b/openvswitch.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: openvswitch/ovs +tag_prefix: ^v +seperator: . -- Gitee