Skip to content

Instantly share code, notes, and snippets.

View miabbott's full-sized avatar

Micah Abbott miabbott

View GitHub Profile
Setting up:
1. ostree remote add --set=gpg-verify=false centos-atomic-continuous https://ci.centos.org/artifacts/sig-atomic/rdgo/centos-continuous/ostree/repo/
2. ostree pull centos-atomic-continuous:centos-atomic-host/7/x86_64/devel/continuous
3. ostree commit -b my-test-branch --tree=ref=centos-atomic-continuous:centos-atomic-host/7/x86_64/devel/continuous
(if your ostree has `refs --create`, then this can be shortened)
4. ostree admin deploy my-test-branch
5. reboot
Synthesizing an update: