提交 837b52fe 编写于 作者: S Shinwell Hu

extend svn support customized tag directory

上级 4c71fe5b
......@@ -305,7 +305,8 @@ def check_gitee(info):
def check_svn(info):
resp = load_last_query_result(info)
repo_url = info["src_repo"] + "/tags"
tag_dir = info.get("tag_dir", "tags")
repo_url = info["src_repo"] + "/" + tag_dir
if resp == "":
resp = __check_svn_helper(repo_url)
last_query = {}
......
version_control: svn
src_repo: https://svn.code.sf.net/p/xmlrpc-c/code
tag_dir: release_number
tag_prefix: ""
separator: "."
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册