From 74a843364a665580fc8eb1d0ba85990511ba6b56 Mon Sep 17 00:00:00 2001 From: jackie_wu123 Date: Fri, 8 May 2020 10:08:37 +0800 Subject: [PATCH 1/2] add yaml --- podman.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 podman.yaml diff --git a/podman.yaml b/podman.yaml new file mode 100644 index 0000000..a000eb2 --- /dev/null +++ b/podman.yaml @@ -0,0 +1,3 @@ +src_repo: containers/libpod +tag_prefix: ^v +seperator: . -- Gitee From 8e4b36f4908ef0d5e6d8a053a1d155b883f2a047 Mon Sep 17 00:00:00 2001 From: jackie_wu123 Date: Fri, 8 May 2020 10:54:43 +0800 Subject: [PATCH 2/2] add yaml --- podman.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.yaml b/podman.yaml index a000eb2..9f95c1c 100644 --- a/podman.yaml +++ b/podman.yaml @@ -1,3 +1,4 @@ +version_control: github src_repo: containers/libpod tag_prefix: ^v seperator: . -- Gitee