From 43683f5ce8d72e31a803967e06bb5919912a78d8 Mon Sep 17 00:00:00 2001 From: Shinwell_Hu Date: Wed, 24 Jun 2020 16:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9yaml=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xfsprogs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xfsprogs.yaml b/xfsprogs.yaml index d4e0de3..ac509af 100644 --- a/xfsprogs.yaml +++ b/xfsprogs.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: git://git.kernel.org/pub/scm/fs/xfs/xfs-documentation.git -tag_prefix: ^xfs-documentation -seperator: - +src_repo: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git +tag_prefix: "^v" +seperator: "." -- Gitee