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:
parent
ee5685c772
commit
e07670c15b
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue