From b34a2048b3142b554ada099641beee3b111d3997 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Fri, 16 Oct 2020 17:10:33 +0800 Subject: [PATCH] Correct the repo in yaml --- mcstrans.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mcstrans.yaml b/mcstrans.yaml index 65a559b..dfb759c 100644 --- a/mcstrans.yaml +++ b/mcstrans.yaml @@ -1,4 +1,4 @@ -version_control: git -src_repo: https://src.fedoraproject.org/rpms/mcstrans.git -tag_prefix: ^mcstrans- -seperator: "-" +version_control: github +src_repo: "SELinuxProject/selinux" +tag_prefix: "^mcstrans-" +seperator: "." -- Gitee