Add support for "custom remotes"
authorColin Walters <walters@verbum.org>
Tue, 7 Sep 2021 22:02:24 +0000 (18:02 -0400)
committerColin Walters <walters@verbum.org>
Wed, 8 Sep 2021 11:42:25 +0000 (07:42 -0400)
commit511c7a13eeae0161f16a11033eec36252c6390ae
tree28a996981826f87109b615fefa4fa0acfbb47434
parent55a7e74fee369a22f9154b66136c7935fd3129f8
Add support for "custom remotes"

This will be helpful for the "ostree native container" work in
https://github.com/ostreedev/ostree-rs-ext/

Basically in order to reuse GPG/signapi verification, we need
to support adding a remote, even though it can't be used via
`ostree pull`.  (At least, not until we merge ostree-rs-ext into ostree, but
 even then I think the principle stands)
man/ostree.repo-config.xml
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c
src/ostree/ot-remote-builtin-add.c
tests/pull-test.sh