diff --git a/test/data/manifests/fedora-ostree-bootiso.json b/test/data/manifests/fedora-ostree-bootiso.json index 3922b57b..7c0ec85f 100644 --- a/test/data/manifests/fedora-ostree-bootiso.json +++ b/test/data/manifests/fedora-ostree-bootiso.json @@ -1657,29 +1657,6 @@ ] } }, - { - "type": "org.osbuild.ostree.init", - "options": { - "path": "/ostree/repo" - } - }, - { - "type": "org.osbuild.ostree.pull", - "options": { - "repo": "/ostree/repo" - }, - "inputs": { - "commits": { - "type": "org.osbuild.ostree", - "origin": "org.osbuild.pipeline", - "references": { - "name:ostree-commit": { - "ref": "fedora/x86_64/osbuild" - } - } - } - } - }, { "type": "org.osbuild.locale", "options": { @@ -1727,13 +1704,36 @@ "name": "bootiso-tree", "build": "name:build", "stages": [ + { + "type": "org.osbuild.ostree.init", + "options": { + "path": "/ostree" + } + }, + { + "type": "org.osbuild.ostree.pull", + "options": { + "repo": "/ostree" + }, + "inputs": { + "commits": { + "type": "org.osbuild.ostree", + "origin": "org.osbuild.pipeline", + "references": { + "name:ostree-commit": { + "ref": "fedora/x86_64/osbuild" + } + } + } + } + }, { "type": "org.osbuild.kickstart", "options": { "path": "install.ks", "ostree": { "osname": "fedora", - "url": "file:///ostree/repo", + "url": "file:///run/install/repo/ostree", "ref": "fedora/x86_64/osbuild", "gpg": false }, diff --git a/test/data/manifests/fedora-ostree-bootiso.mpp.json b/test/data/manifests/fedora-ostree-bootiso.mpp.json index c205d533..abbcaf49 100644 --- a/test/data/manifests/fedora-ostree-bootiso.mpp.json +++ b/test/data/manifests/fedora-ostree-bootiso.mpp.json @@ -426,31 +426,6 @@ ] } }, - { - "type": "org.osbuild.ostree.init", - "options": { - "path": "/ostree/repo" - } - }, - { - "type": "org.osbuild.ostree.pull", - "options": { - "repo": "/ostree/repo" - }, - "inputs": { - "commits": { - "type": "org.osbuild.ostree", - "origin": "org.osbuild.pipeline", - "references": { - "name:ostree-commit": { - "ref": { - "mpp-format-string": "{ref}" - } - } - } - } - } - }, { "type": "org.osbuild.locale", "options": { @@ -500,13 +475,38 @@ "name": "bootiso-tree", "build": "name:build", "stages": [ + { + "type": "org.osbuild.ostree.init", + "options": { + "path": "/ostree" + } + }, + { + "type": "org.osbuild.ostree.pull", + "options": { + "repo": "/ostree" + }, + "inputs": { + "commits": { + "type": "org.osbuild.ostree", + "origin": "org.osbuild.pipeline", + "references": { + "name:ostree-commit": { + "ref": { + "mpp-format-string": "{ref}" + } + } + } + } + } + }, { "type": "org.osbuild.kickstart", "options": { "path": "install.ks", "ostree": { "osname": "fedora", - "url": "file:///ostree/repo", + "url": "file:///run/install/repo/ostree", "ref": { "mpp-format-string": "{ref}" },