mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
provision-gradle: remove fake proxy configuration
The prohibition of HTTP causes connection errors on some builds:
IOException: https://dl.google.com/android/repository/addons_list-3.xml
java.net.ConnectException: Connection refused (Connection refused)
IOException: https://dl.google.com/android/repository/addons_list-2.xml
java.net.ConnectException: Connection refused (Connection refused)
IOException: https://dl.google.com/android/repository/addons_list-1.xml
java.net.ConnectException: Connection refused (Connection refused)
Failed to download any source lists!
Partly revert a746917022
.
This commit is contained in:
parent
82df54a8a2
commit
1b001cf1b5
1 changed files with 1 additions and 5 deletions
|
@ -39,11 +39,7 @@ systemProp.http.connectionTimeout=600000
|
||||||
systemProp.http.socketTimeout=600000
|
systemProp.http.socketTimeout=600000
|
||||||
systemProp.org.gradle.internal.http.connectionTimeout=600000
|
systemProp.org.gradle.internal.http.connectionTimeout=600000
|
||||||
systemProp.org.gradle.internal.http.socketTimeout=600000
|
systemProp.org.gradle.internal.http.socketTimeout=600000
|
||||||
|
|
||||||
# fake info to block HTTP repos
|
|
||||||
systemProp.http.nonProxyHosts=
|
|
||||||
systemProp.http.proxyHost=127.127.127.127
|
|
||||||
systemProp.http.proxyPort=12345
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chown -R vagrant.vagrant $GRADLE_HOME/
|
chown -R vagrant.vagrant $GRADLE_HOME/
|
||||||
chmod -R a+rX $GRADLE_HOME/
|
chmod -R a+rX $GRADLE_HOME/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue