mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-04 21:47:42 +03:00
Merge pull request #2230 from alexlarsson/pull-dont-save-passed-in-summary
pull: Don't save into cache passed in GByte summaries
This commit is contained in:
commit
f62c7bae2e
@ -4545,7 +4545,7 @@ ostree_repo_pull_with_options (OstreeRepo *self,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!summary_from_cache && bytes_summary && bytes_sig)
|
if (!summary_from_cache && bytes_summary && bytes_sig && summary_sig_bytes_v == NULL)
|
||||||
{
|
{
|
||||||
if (!pull_data->remote_repo_local &&
|
if (!pull_data->remote_repo_local &&
|
||||||
!_ostree_repo_cache_summary (self,
|
!_ostree_repo_cache_summary (self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user