diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-07-15 15:21:41 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-07-22 19:42:18 +0200 |
commit | e07670c15b0e15d9fa8d1c23adf60a6ef66ea765 (patch) | |
tree | 9e3fc912948700596ca2bbd2686c1d1cbf77f0f3 /test | |
parent | ee5685c772974ebf027e08cfc83f60c3018618af (diff) | |
download | passt-e07670c15b0e15d9fa8d1c23adf60a6ef66ea765.tar passt-e07670c15b0e15d9fa8d1c23adf60a6ef66ea765.tar.gz passt-e07670c15b0e15d9fa8d1c23adf60a6ef66ea765.tar.bz2 passt-e07670c15b0e15d9fa8d1c23adf60a6ef66ea765.tar.lz passt-e07670c15b0e15d9fa8d1c23adf60a6ef66ea765.tar.xz passt-e07670c15b0e15d9fa8d1c23adf60a6ef66ea765.tar.zst passt-e07670c15b0e15d9fa8d1c23adf60a6ef66ea765.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/demo/passt | 2 | ||||
-rw-r--r-- | test/demo/pasta | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/demo/passt b/test/demo/passt index 59fe144..673afd9 100644 --- a/test/demo/passt +++ b/test/demo/passt @@ -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. diff --git a/test/demo/pasta b/test/demo/pasta index 8337c83..393149e 100644 --- a/test/demo/pasta +++ b/test/demo/pasta @@ -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. |