[packages/rpm-build-tools] - add --no-iri to wget options

baggins baggins at pld-linux.org
Sun Feb 1 13:21:29 CET 2015


commit 9f37a4873bf3f94471660d8ef8d0b675cb59cb8f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Feb 1 13:21:04 2015 +0100

    - add --no-iri to wget options

 builder.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/builder.sh b/builder.sh
index 10015b7..389ca0e 100755
--- a/builder.sh
+++ b/builder.sh
@@ -216,6 +216,7 @@ else
 	wget --help 2>&1 | grep -q -- ' --no-check-certificate ' && WGET_OPTS="$WGET_OPTS --no-check-certificate"
 	wget --help 2>&1 | grep -q -- ' --inet ' && WGET_OPTS="$WGET_OPTS --inet"
 	wget --help 2>&1 | grep -q -- ' --retry-connrefused ' && WGET_OPTS="$WGET_OPTS --retry-connrefused"
+	wget --help 2>&1 | grep -q -- ' --no-iri ' && WGET_OPTS="$WGET_OPTS --no-iri"
 	WGET_OPTS="$WGET_OPTS --user-agent=$USER_AGENT"
 
 	GETURI="wget --passive-ftp -c -nd -t$WGET_RETRIES $WGET_OPTS"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/9f37a4873bf3f94471660d8ef8d0b675cb59cb8f



More information about the pld-cvs-commit mailing list