Revert "Don't assume repodata is signed when has index-meta.plist"

This reverts commit 4e3d4d2287.
This commit is contained in:
Juan RP
2020-01-06 14:45:57 +01:00
parent 68113a8fc0
commit 2884fc3ab7
3 changed files with 3 additions and 29 deletions

View File

@@ -45,7 +45,6 @@ repodata_flush(struct xbps_handle *xhp, const char *repodir,
struct archive *ar;
char *repofile, *tname, *buf;
unsigned char *sig = NULL;
const char *signature_type = NULL;
int rv, repofd = -1;
mode_t mask;
bool result;