Lines Matching full:proxy
11 # http_proxy The HTTP address of the proxy server to connect to.
12 # Default: "", proxy is not setup if this is not set
112 PROXY=""
161 PROXY="RUN echo \"proxy=${http_proxy}\" >> /etc/dnf/dnf.conf"
167 ${PROXY}
215 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
221 ${PROXY}
299 cat > ${WORKSPACE}/bin/git-proxy << \EOF_GIT
302 PROXY=${PROXY_HOST}
304 exec socat STDIO PROXY:\${PROXY}:\${1}:\${2},proxyport=\${PROXY_PORT}
307 chmod a+x ${WORKSPACE}/bin/git-proxy
311 flock \${lock} git config --global core.gitProxy ${WORKSPACE}/bin/git-proxy
312 flock \${lock} git config --global http.proxy ${http_proxy}
317 http-proxy-host = ${PROXY_HOST}
318 http-proxy-port = ${PROXY_PORT}
328 proxy = ${PROXY_HOST}:${PROXY_PORT}