This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: |