From 937533af2008da517c3c7010ff9dc703cf34c95e Mon Sep 17 00:00:00 2001 From: yu_boyun <1215979730@qq.com> Date: Tue, 1 Sep 2020 14:19:20 +0800 Subject: [PATCH] add yaml file --- dhcp.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dhcp.yaml diff --git a/dhcp.yaml b/dhcp.yaml new file mode 100644 index 0000000..cedcff4 --- /dev/null +++ b/dhcp.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.isc.org/isc-projects/dhcp.git +tag_prefix: v +seperator: "_" -- Gitee