Sign repodata

This commit is contained in:
Piotr Wójcik
2019-10-01 21:18:25 +02:00
committed by Juan RP
parent 6886a73288
commit 04194f44c8
8 changed files with 122 additions and 20 deletions

View File

@ -155,9 +155,9 @@ main(int argc, char **argv)
}
if (add_mode)
rv = index_add(&xh, optind, argc, argv, force, compression);
rv = index_add(&xh, optind, argc, argv, force, compression, privkey);
else if (clean_mode)
rv = index_clean(&xh, argv[optind], hashcheck, compression);
rv = index_clean(&xh, argv[optind], hashcheck, compression, privkey);
else if (rm_mode)
rv = remove_obsoletes(&xh, argv[optind]);
else if (sign_mode)