From 193a07baf76dcd0a5faa0b9de8a5727c2b9b3fdb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 10 Sep 2024 15:16:37 +0530 Subject: [PATCH] Packit: Create missing path components in files_to_sync Packit's propose-downstream failed[0] for crun 1.17 because packit wasn't able to create `tests/tmt` path structure in the downstream repo[1]. [0]: https://github.com/containers/crun/issues/1558 [1]: https://dashboard.packit.dev/jobs/propose-downstream/10800 Using `mkpath: true` will create missing path components if any. Ref: https://packit.dev/docs/configuration#files_to_sync Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 62c3b490e1..e25065e900 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -8,15 +8,19 @@ downstream_package_name: crun files_to_sync: - src: rpm/gating.yaml dest: gating.yaml + mkpath: true - src: plans/ dest: plans/ delete: true + mkpath: true - src: tests/tmt/ dest: tests/tmt/ delete: true + mkpath: true - src: .fmf/ dest: .fmf/ delete: true + mkpath: true - .packit.yaml packages: