From 318bbe5cd2764316a3fe17388dd610693a5e8546 Mon Sep 17 00:00:00 2001 From: gaochao_100 Date: Thu, 11 Jun 2020 15:40:18 +0800 Subject: [PATCH] add yaml file in package --- tuned.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tuned.yaml diff --git a/tuned.yaml b/tuned.yaml new file mode 100644 index 0000000..a036780 --- /dev/null +++ b/tuned.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: redhat-performance/tuned +tag_prefix: ^v +seperator: . -- Gitee