sysroot: Add _require_booted_deployment() API
authorColin Walters <walters@verbum.org>
Wed, 17 Mar 2021 14:03:49 +0000 (14:03 +0000)
committerColin Walters <walters@verbum.org>
Wed, 17 Mar 2021 19:55:56 +0000 (19:55 +0000)
commit1b28e6041c33b3f1508dda458ed7ed97aed4375e
treed9e3f69b61865bc037d97c1ea22d54fd3a72f786
parentd522f261db7e4c2379fe79a18c083426858fc355
sysroot: Add _require_booted_deployment() API

This is a common pattern that is replicated both in our code
and in rpm-ostree a lot.  Let's add a canonical API.
apidoc/ostree-sections.txt
src/libostree/libostree-devel.sym
src/libostree/ostree-sysroot-deploy.c
src/libostree/ostree-sysroot.c
src/libostree/ostree-sysroot.h
src/ostree/ot-admin-builtin-set-origin.c
src/ostree/ot-admin-builtin-unlock.c
tests/admin-test.sh