return ret;
#else /* OSTREE_DISABLE_GPGME */
- return glnx_throw (error, "GPG feature is disabled in a build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
return TRUE;
#else /* OSTREE_DISABLE_GPGME */
- return glnx_throw (error, "GPG feature is disabled in a build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
return TRUE;
#else
- return glnx_throw (error, "GPG feature is disabled in a build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
return TRUE;
#else
/* FIXME: Return false until refactoring */
- return glnx_throw (error, "GPG feature is disabled in a build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
return TRUE;
#else
- return glnx_throw (error, "GPG feature is disabled at build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
return _ostree_repo_add_gpg_signature_summary_at (self, self->repo_dir_fd, key_id, homedir,
cancellable, error);
#else
- return glnx_throw (error, "GPG feature is disabled in a build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
*out_signatures = g_variant_get_data_as_bytes (res);
return TRUE;
#else
- return glnx_throw (error, "GPG feature is disabled in a build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
return TRUE;
#else
/* FIXME: Return false until refactoring */
- return glnx_throw (error, "GPG feature is disabled in a build time");
+ return glnx_throw (error, "GPG has been disabled at build time");
#endif /* OSTREE_DISABLE_GPGME */
}
return _ostree_repo_verify_commit_internal (self, commit_checksum, NULL, keyringdir,
extra_keyring, cancellable, error);
#else
- glnx_throw (error, "GPG feature is disabled in a build time");
+ glnx_throw (error, "GPG has been disabled at build time");
return NULL;
#endif /* OSTREE_DISABLE_GPGME */
}
return _ostree_repo_verify_commit_internal (self, commit_checksum, remote_name, NULL, NULL,
cancellable, error);
#else
- glnx_throw (error, "GPG feature is disabled in a build time");
+ glnx_throw (error, "GPG has been disabled at build time");
return NULL;
#endif /* OSTREE_DISABLE_GPGME */
}
self, (remote_name != NULL) ? remote_name : OSTREE_ALL_REMOTES, data, signatures, keyringdir,
extra_keyring, cancellable, error);
#else
- glnx_throw (error, "GPG feature is disabled in a build time");
+ glnx_throw (error, "GPG has been disabled at build time");
return NULL;
#endif /* OSTREE_DISABLE_GPGME */
}
return _ostree_repo_gpg_verify_with_metadata (self, summary, signatures_variant, remote_name,
NULL, NULL, cancellable, error);
#else
- glnx_throw (error, "GPG feature is disabled in a build time");
+ glnx_throw (error, "GPG has been disabled at build time");
return NULL;
#endif /* OSTREE_DISABLE_GPGME */
}