lib/pull: When --require-static-deltas, use them even for file:/// repos
authorColin Walters <walters@verbum.org>
Fri, 27 Oct 2017 21:24:49 +0000 (17:24 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 31 Oct 2017 14:20:20 +0000 (14:20 +0000)
commit80ff73ba2618a1d740a92aecb15c67050d31f80e
tree42fd4fe9ba0a0b47c6eda89126edb9335a814e50
parent7f8ff5756eb7a668b3513adec8a697f203f73cb9
lib/pull: When --require-static-deltas, use them even for file:/// repos

I didn't fully spelunk this, but from what `static-delta-generate-crosscheck.sh`
had, we appeared to be doing this before, and it's clearly useful for local
testing rather than needing to spin up a HTTP server.

Closes: #1313
Approved by: jlebon
src/libostree/ostree-repo-pull.c
tests/pull-test.sh