commit dc57a960e0decb47a54b0fb847bef7c8085a8010
Author: Arkadiusz MiĆkiewicz <[email protected]>
Date: Mon Mar 1 20:56:29 2021 +0100
Check certificate by default. Override locally.
builder.sh | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index f94b0a3..c93a682 100755
--- a/builder.sh
+++ b/builder.sh
@@ -273,7 +273,6 @@ download_wget() {
local outfile=$1 url=$2 retval wget_help
if [ -z "${WGET_OPTS_SET+x}" ]; then
wget_help="$(wget --help 2>&1)"
- echo "$wget_help" | grep -q -- ' --no-check-certificate ' &&
WGET_OPTS="$WGET_OPTS --no-check-certificate"
echo "$wget_help" | grep -q -- ' --inet ' &&
WGET_OPTS="$WGET_OPTS --inet"
echo "$wget_help" | grep -q -- ' --retry-connrefused ' &&
WGET_OPTS="$WGET_OPTS --retry-connrefused"
echo "$wget_help" | grep -q -- ' --no-iri ' &&
WGET_OPTS="$WGET_OPTS --no-iri"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/dc57a960e0decb47a54b0fb847bef7c8085a8010
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit