From 515712837e7dd13788b8cabdb44c2a70e91c7fd6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 4 Feb 2025 15:06:11 +0000 Subject: [PATCH] repo: Store/search for repomd.json in the repository's root Signed-off-by: Michael Tremer --- src/pakfire/repo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pakfire/repo.c b/src/pakfire/repo.c index 7ccdffa9..ac0bbc0f 100644 --- a/src/pakfire/repo.c +++ b/src/pakfire/repo.c @@ -2207,7 +2207,7 @@ int pakfire_repo_refresh(struct pakfire_repo* repo, int force) { } // Make the metadata path - r = pakfire_repo_path(repo, path, "%s", "repodata/repomd.json"); + r = pakfire_repo_path(repo, path, "%s", "repomd.json"); if (r) return r; -- 2.39.5