From 6bed782bd1c9729c46a5d57df38954cf019f316d Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Wed, 17 Jun 2020 17:37:10 +0800 Subject: [PATCH] add yaml file --- binutils.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 binutils.yaml diff --git a/binutils.yaml b/binutils.yaml new file mode 100644 index 0000000..e839891 --- /dev/null +++ b/binutils.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.sourceware.org/binutils-gdb.git +tag_prefix: "^binutils-" +seperator: "_" -- Gitee