qemu-pull: Update to use pull-local
This commit is contained in:
parent
851a9c2ce9
commit
44bb3aaa54
|
|
@ -59,7 +59,7 @@ sleep 1 # Avoid Linux kernel bug, pretty sure it's the new RCU pathname lookup
|
||||||
mount -o loop ostree-qemu.img fs
|
mount -o loop ostree-qemu.img fs
|
||||||
|
|
||||||
cd fs
|
cd fs
|
||||||
ostree --repo=${SRC_REPO_PATH} local-clone ./ostree/repo ${CURRENT_REF} "$@"
|
ostree --repo=./ostree/repo pull-local ${SRC_REPO_PATH} ${CURRENT_REF} "$@"
|
||||||
|
|
||||||
cd ostree
|
cd ostree
|
||||||
ostree --repo=./repo checkout --atomic-retarget ${CURRENT_REF}
|
ostree --repo=./repo checkout --atomic-retarget ${CURRENT_REF}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue