Turn off repodata signing
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user