tests: Update mbuto git URLs
The project is now at mbuto.sh, and git transport is enabled. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
d3e842afc0
commit
8e898ea71e
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ nl
|
||||||
nl
|
nl
|
||||||
say Let's create a small initramfs image for the guest.
|
say Let's create a small initramfs image for the guest.
|
||||||
guest cd __TEMPDIR__
|
guest cd __TEMPDIR__
|
||||||
guest git clone https://mbuto.lameexcu.se/mbuto
|
guest git clone git://mbuto.sh/mbuto
|
||||||
guest cd mbuto
|
guest cd mbuto
|
||||||
guest ./mbuto -f passt.img -p passt -c lz4
|
guest ./mbuto -f passt.img -p passt -c lz4
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
|
@ -31,7 +31,7 @@ setup_passt() {
|
||||||
layout_passt
|
layout_passt
|
||||||
|
|
||||||
__mbuto_dir="$(mktemp -d)"
|
__mbuto_dir="$(mktemp -d)"
|
||||||
pane_run GUEST "git -C ${__mbuto_dir} clone https://mbuto.lameexcu.se/mbuto/"
|
pane_run GUEST "git -C ${__mbuto_dir} clone git://mbuto.sh/mbuto"
|
||||||
pane_wait GUEST
|
pane_wait GUEST
|
||||||
|
|
||||||
pane_run GUEST "${__mbuto_dir}/mbuto/mbuto -p passt -c lz4 -f mbuto.img"
|
pane_run GUEST "${__mbuto_dir}/mbuto/mbuto -p passt -c lz4 -f mbuto.img"
|
||||||
|
|
Loading…
Reference in a new issue