Turn off repodata signing

This commit is contained in:
Piotr Wójcik
2019-10-01 21:18:25 +02:00
committed by Juan RP
parent ce4873a1f1
commit b4e93a95bf
2 changed files with 2 additions and 19 deletions

View File

@ -204,7 +204,7 @@ repo_open_local(struct xbps_repo *repo, const char *repofile)
repofile, strerror(rv));
return false;
}
if ((repo->idx = repo_get_dict(repo, &verified)) == NULL) {
if ((repo->idx = repo_get_dict(repo, NULL)) == NULL) {
xbps_dbg_printf(repo->xhp, "[repo] `%s' failed to internalize "
" index on archive, removing file.\n", repofile);
/* broken archive, remove it */