1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

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:
Stefano Brivio 2022-05-14 07:26:52 +02:00
parent d3e842afc0
commit 8e898ea71e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ nl
nl
say Let's create a small initramfs image for the guest.
guest cd __TEMPDIR__
guest git clone https://mbuto.lameexcu.se/mbuto
guest git clone git://mbuto.sh/mbuto
guest cd mbuto
guest ./mbuto -f passt.img -p passt -c lz4
sleep 2

View File

@ -31,7 +31,7 @@ setup_passt() {
layout_passt
__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_run GUEST "${__mbuto_dir}/mbuto/mbuto -p passt -c lz4 -f mbuto.img"