From 101fd2f34196d4df4a9035eef8c9f8208b9bf056 Mon Sep 17 00:00:00 2001 From: xielh Date: Thu, 13 Aug 2020 16:05:46 +0800 Subject: [PATCH] add pcs.yaml. --- pcs.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pcs.yaml diff --git a/pcs.yaml b/pcs.yaml new file mode 100644 index 0000000..c3b2184 --- /dev/null +++ b/pcs.yaml @@ -0,0 +1,5 @@ + +version_control: git +src_repo: https://github.com/ClusterLabs/pcs +tag_prefix: "^pcs-" +seperator: "." \ No newline at end of file -- Gitee