mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
lib/repo: Clarify that ostree_repo_remote_fetch_summary() doesn’t verify
Make that a bit clearer in the documentation. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1253 Approved by: cgwalters
This commit is contained in:
parent
5c7d2dd8be
commit
9350e8a488
@ -1711,6 +1711,9 @@ out:
|
||||
* @NULL. Likewise if the summary file is not signed, @out_signatures is
|
||||
* set to @NULL. In either case the function still returns %TRUE.
|
||||
*
|
||||
* This method does not verify the signature of the downloaded summary file.
|
||||
* Use ostree_repo_verify_summary() for that.
|
||||
*
|
||||
* Parse the summary data into a #GVariant using g_variant_new_from_bytes()
|
||||
* with #OSTREE_SUMMARY_GVARIANT_FORMAT as the format string.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user