From 08051fbc319eb310c58348b287185d283780ac5e Mon Sep 17 00:00:00 2001 From: Monday Date: Thu, 19 Aug 2021 11:32:55 +0000 Subject: [PATCH] add busybox.yaml. add busybox.yaml. --- busybox.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 busybox.yaml diff --git a/busybox.yaml b/busybox.yaml new file mode 100644 index 0000000..0ab836b --- /dev/null +++ b/busybox.yaml @@ -0,0 +1,5 @@ +version_control: git +src_repo: https://git.busybox.net/busybox/ +tag_prefix: "^v" +separator: _ +git_url: https://git.busybox.net/busybox/ \ No newline at end of file -- Gitee