OSTree.RepoCheckoutAtOptions¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
bareuseronly_dirs |
r/w |
||
devino_to_csum_cache |
r/w |
||
enable_fsync |
r/w |
||
enable_uncompressed_cache |
r/w |
||
filter |
r/w |
||
filter_user_data |
r/w |
||
force_copy |
r/w |
||
force_copy_zerosized |
r/w |
||
mode |
r/w |
||
no_copy_fallback |
r/w |
||
overwrite_mode |
r/w |
||
process_passthrough_whiteouts |
r/w |
||
process_whiteouts |
r/w |
||
sepolicy |
r/w |
||
sepolicy_prefix |
r/w |
||
subpath |
r/w |
||
unused_bools |
[ |
r/w |
|
unused_ints |
[ |
r/w |
|
unused_ptrs |
[ |
r/w |
Methods¶
|
Details¶
- class OSTree.RepoCheckoutAtOptions¶
An extensible options structure controlling checkout. Ensure that you have entirely zeroed the structure, then set just the desired options. This is used by
OSTree.Repo.checkout_at
() which supercedes previous separate enumeration usage inOSTree.Repo.checkout_tree
() and ostree_repo_checkout_tree_at().- set_devino(cache)¶
- Parameters:
cache (
OSTree.RepoDevInoCache
orNone
) – Devino cache
This function simply assigns cache to the
devino_to_csum_cache
member of self; it’s only useful for introspection.Note that cache does *not* have its refcount incremented - the lifetime of cache must be equal to or greater than that of self.
New in version 2017.13.