demo: Use git protocol downloads
For some reason using https to clone from the passt git repo is very slow, at least from network-distant places. Use git protocol in the demo instead to avoid a tedious wait to get the source. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:

committed by
Stefano Brivio

parent
ee5685c772
commit
e07670c15b
@@ -22,7 +22,7 @@ say Let's fetch the source
|
||||
sleep 1
|
||||
tempdir TEMPDIR
|
||||
host cd __TEMPDIR__
|
||||
host git clone https://passt.top/passt
|
||||
host git clone git://passt.top/passt
|
||||
sleep 1
|
||||
|
||||
say and build it.
|
||||
|
@@ -22,7 +22,7 @@ say Let's fetch the source
|
||||
sleep 1
|
||||
tempdir TEMPDIR
|
||||
host cd __TEMPDIR__
|
||||
host git clone https://passt.top/passt
|
||||
host git clone git://passt.top/passt
|
||||
sleep 1
|
||||
|
||||
say and build it.
|
||||
|
Reference in New Issue
Block a user