Project

Profile

Help

Actions

OSTree Plugin Roadmap » History » Revision 1

Revision 1/4 | Next »
jortel@redhat.com, 02/13/2018 10:21 PM


OSTree Plugin Roadmap

Terms

Ref: A named commit. Think of it as a branch:

  • Branch path (name).
  • Commit ID
  • Commit Metadata

Use Cases

As a user, I want to CRUD an ostree importer.
Additional importer attributes:

  • (optional) list of branches to pull. The default is (None) to pull all branches.
  • (optional) tree traversal depth. The default is 0 (shallow). A value of -1 indicates unlimited depth.
  • (optional) GPG keys used to validate commits.

As a user, I want to CRUD an ostree publisher.
Additional publisher attributes:

  • (optional) tree traversal publishing depth. The default is 0 (shallow). A value of -1 indicates unlimited depth.

As a user, I want to synchronize with a remote repository as defined by the feed URL.
Additional options:

  • The repair option causes the local backing (ostree) repository to be rebuilt. This is needed to deal with corrupted local (ostree) repositories.
  • The feed URL can be file://, http:// or https://

As a user, I want each content (unit) to be a Ref.

As a user, I want to list all available Refs in the remote repository (by repository). This should be refresh on each sync.

As a user, I want to publish a repository version.

Updated by jortel@redhat.com about 6 years ago · 1 revisions