From 13151e1131006c124130ed1e68c9087910f92f61 Mon Sep 17 00:00:00 2001 From: Pavel Valena Date: Mon, 19 Aug 2024 12:48:09 +0200 Subject: [PATCH] build: protect dist-git files --- .distro/source-git.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.distro/source-git.yaml b/.distro/source-git.yaml index e6ea015f..fcd25b39 100644 --- a/.distro/source-git.yaml +++ b/.distro/source-git.yaml @@ -16,8 +16,13 @@ files_to_sync: filters: - protect .git* - protect sources + - protect .fmf* + - protect gating.yaml + - protect plans.fmf + - protect ci.fmf - exclude source-git.yaml - exclude .gitignore + sources: - path: dracut-ng-102.tar.gz url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/102.tar.gz