lib/sign: disable mandatory signature check

Do not check the signature check by default.
Need to enable it explicitly.

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
This commit is contained in:
Denis Pynkin 2019-08-27 00:28:44 +03:00
parent 82c773710c
commit 91cc294d05
1 changed files with 1 additions and 1 deletions

View File

@ -3950,7 +3950,7 @@ ostree_repo_pull_with_options (OstreeRepo *self,
* explicitly set in the options. */ * explicitly set in the options. */
if (!opt_sign_verify_set) if (!opt_sign_verify_set)
if (!ostree_repo_get_remote_boolean_option (self, pull_data->remote_name, if (!ostree_repo_get_remote_boolean_option (self, pull_data->remote_name,
"sign-verify", TRUE, "sign-verify", FALSE,
&pull_data->sign_verify, error)) &pull_data->sign_verify, error))
goto out; goto out;