From: Michael Tremer Date: Tue, 4 Feb 2025 15:06:11 +0000 (+0000) Subject: repo: Store/search for repomd.json in the repository's root X-Git-Tag: 0.9.30~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=515712837e7dd13788b8cabdb44c2a70e91c7fd6;p=pakfire.git repo: Store/search for repomd.json in the repository's root Signed-off-by: Michael Tremer --- 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;