Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new script: delta-all-the-things #10

Open
cgwalters opened this issue Feb 28, 2017 · 0 comments
Open

new script: delta-all-the-things #10

cgwalters opened this issue Feb 28, 2017 · 0 comments

Comments

@cgwalters
Copy link
Member

Following the path of having ostree be a lower level cmdline, I'd like to propose a higher level script here which helps OS vendors manage static deltas.

I'm thinking something like this:

$ cat deltas.yml
deltas:
  # This is the stable branch created using do-release-tags, assuming a cadence of ~2 weeks, we want to support direct upgrades from any release in N-4 (i.e. ~2.5 months) to be relatively conservative
  - fedora/26/x86_64/stable/atomic-host:
      direct-depth: 5
  # CI/CD branch - we want a regular delta from N-1 to N, as well as deltas both from *and* to this and the stable branch above
  - fedora/26/x86_64/alpha/atomic-host:
       direct-depth: 0
      bidirectional: fedora/26/x86_64/stable/atomic-host
        depth: 0

Likely to start we'd just do the direct-depth for a single branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant