[PATCH lkp-tests] tests/build-pkg: fix to download *.tar packages failure

19 Jan
2021
19 Jan
'21
10:01 p.m.
[why] curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104 ==> ERROR: Failure while downloading buddy-2.4.tar.gz Aborting... Signed-off-by: Liu Shaofei <370072077@qq.com> --- tests/build-pkg | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/build-pkg b/tests/build-pkg index 31762384d..7c65f26bc 100755 --- a/tests/build-pkg +++ b/tests/build-pkg @@ -127,7 +127,6 @@ replace_source() } } } - url=$(echo "$url" | sed 's|https://|http://|g') echo \'$url\' >> $1 done -- 2.23.0
1562
Age (days ago)
1562
Last active (days ago)
1 comments
2 participants
participants (2)
-
Cao Xueliang
-
Liu Shaofei