mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-03 17:47:40 +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 &&
|
||||
!_ostree_repo_cache_summary (self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user