UpdateFlags#
- class UpdateFlags#
Flags to alter the behavior of update().
Fields#
- class UpdateFlags
- NONE#
Fetch remote builds and install the latest one (default)
- NO_DEPLOY#
Don’t install any new builds that might be fetched
- NO_PRUNE#
Don’t prune the local OSTree repository after updating (Since: 0.11.8)
- NO_PULL#
Don’t try to fetch new builds from the remote repo
- NO_STATIC_DELTAS#
Don’t use static deltas when pulling
- NO_TRIGGERS#
Don’t call triggers after updating. If used, the caller must later call
run_triggers()to update the exported files. (Since: 1.0.3)