From 27cc861f4a0906263833c93daecfd0f39fcdeaac Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Thu, 11 Apr 2024 14:44:29 +0200 Subject: [PATCH] packit: do not hide the config file Ensure that the config file for packit is visible. We avoid hidden files whenever allowed by the tools. Signed-off-by: David Rheinsberg --- .packit.yml => packit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .packit.yml => packit.yml (98%) diff --git a/.packit.yml b/packit.yml similarity index 98% rename from .packit.yml rename to packit.yml index af2abb20..2fe01c53 100644 --- a/.packit.yml +++ b/packit.yml @@ -5,7 +5,7 @@ upstream_tag_template: "v{version}" specfile_path: ".dist-git/dbus-broker.spec" files_to_sync: -- ".packit.yml" +- "packit.yml" - src: ".dist-git/dbus-broker.spec" dest: "dbus-broker.spec"