From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 01/12] tests: Update mbuto git URLs Date: Tue, 17 May 2022 14:36:03 +0200 Message-ID: <20220517123614.1892316-2-sbrivio@redhat.com> In-Reply-To: <20220517123614.1892316-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8840756345452810200==" --===============8840756345452810200== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The project is now at mbuto.sh, and git transport is enabled. Signed-off-by: Stefano Brivio --- test/demo/passt | 2 +- test/lib/setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/demo/passt b/test/demo/passt index 8838363..cf75c9b 100644 --- a/test/demo/passt +++ b/test/demo/passt @@ -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 diff --git a/test/lib/setup b/test/lib/setup index 823c706..b954596 100755 --- a/test/lib/setup +++ b/test/lib/setup @@ -31,7 +31,7 @@ setup_passt() { layout_passt =20 __mbuto_dir=3D"$(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 =20 pane_run GUEST "${__mbuto_dir}/mbuto/mbuto -p passt -c lz4 -f mbuto.img" --=20 2.35.1 --===============8840756345452810200==--