summaryrefslogtreecommitdiff
path: root/.cci.jenkinsfile
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-04-21 19:25:40 +0000
committerColin Walters <walters@verbum.org>2020-04-22 14:09:54 +0000
commit368574b6577c9039887e207be1c0501d4c4ef8d0 (patch)
treec989ae1f0d5874f7bf8394b896efde480a62471c /.cci.jenkinsfile
parent391ad0ec214ac4065348165ee2d88c3fdb50bf82 (diff)
downloadostree-368574b6577c9039887e207be1c0501d4c4ef8d0.tar.gz
deploy: Add --no-merge
All of the underlying libostree APIs have supported passing `NULL` for a merge deployment for...a long time. But we never plumbed it up into the CLI. Add a `--no-merge` option to aid people who want to do a "factory reset": https://github.com/ostreedev/ostree/issues/1793
Diffstat (limited to '.cci.jenkinsfile')
-rw-r--r--.cci.jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile
index 484c3b14..d1f2a231 100644
--- a/.cci.jenkinsfile
+++ b/.cci.jenkinsfile
@@ -74,6 +74,7 @@ parallel fcos: {
mkdir -p overrides/rootfs
mv insttree/* overrides/rootfs/
rmdir insttree
+ coreos-assembler fetch
coreos-assembler build
""")
}