Home
last modified time | relevance | path

Searched refs:http_proxy (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc-build-scripts/
H A Drun-unit-test-docker.sh46 http_proxy=${http_proxy:-}
92 if [ -n "${http_proxy}" ]; then
94 --env HTTP_PROXY=${http_proxy} \
95 --env HTTPS_PROXY=${http_proxy} \
96 --env FTP_PROXY=${http_proxy} \
97 --env http_proxy=${http_proxy} \
98 --env https_proxy=${http_proxy} \
99 --env ftp_proxy=${http_proxy}"
H A Dinitramfs-build.sh16 http_proxy=${http_proxy:-}
64 if [[ -n "${http_proxy}" ]]; then
65 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
105 export PROXY_HOST=${http_proxy/#http*:\/\/}
107 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
116 export http_proxy=${http_proxy}
117 export https_proxy=${http_proxy}
118 export ftp_proxy=${http_proxy}
H A Dbuild-setup.sh84 http_proxy=${http_proxy:-}
174 if [[ -n "${http_proxy}" ]]; then
228 if [[ -n "${http_proxy}" ]]; then
284 export PROXY_HOST=${http_proxy/#http*:\/\/}
286 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
304 export ftp_proxy=${http_proxy}
305 export http_proxy=${http_proxy}
306 export https_proxy=${http_proxy}
311 if [[ -n "${http_proxy}" ]]; then
336 https_proxy = ${http_proxy}
[all …]
H A Ddocs-build.sh11 http_proxy=${http_proxy:-}
17 if [[ -n "${http_proxy}" ]]; then
18 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
50 export PROXY_HOST=${http_proxy/#http*:\/\/}
52 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
H A Dkernel-build-setup.sh15 http_proxy=${http_proxy:-}
23 if [[ -n "${http_proxy}" ]]; then
24 PROXY="RUN echo \"proxy=${http_proxy}\" >> /etc/dnf/dnf.conf"
52 if [[ -n "${http_proxy}" ]]; then
53 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
90 export PROXY_HOST=${http_proxy/#http*:\/\/}
92 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
H A Du-boot-build.sh11 http_proxy=${http_proxy:-}
17 if [[ -n "${http_proxy}" ]]; then
18 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
46 export PROXY_HOST=${http_proxy/#http*:\/\/}
48 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
H A Dqemu-build.sh30 http_proxy=${http_proxy:-}
47 if [[ -n "${http_proxy}" ]]; then
48 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
68 export PROXY_HOST=${http_proxy/#http*:\/\/}
70 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
H A Dtrace-kernel-build.sh11 http_proxy=${http_proxy:-}
17 if [[ -n "${http_proxy}" ]]; then
18 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
58 export PROXY_HOST=${http_proxy/#http*:\/\/}
60 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
H A Dkernel-build.sh11 http_proxy=${http_proxy:-}
17 if [[ -n "${http_proxy}" ]]; then
18 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
58 export PROXY_HOST=${http_proxy/#http*:\/\/}
60 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
H A Dbuild-rootfs-size-docker.sh15 http_proxy=${http_proxy:-}
55 if [[ -n "${http_proxy}" ]]; then
56 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh19 http_proxy=${http_proxy:-}
161 if [[ -n "${http_proxy}" ]]; then
162 PROXY_ARGS="--build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy}"
H A Dbuild-unit-test-docker703 http_proxy = os.environ.get("http_proxy") variable
765 if http_proxy:
/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/
H A Dphosphor-webui_git.bb20 npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install
H A Dwebui-vue_git.bb46 npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy133 [ -z "${ALL_PROXY}" ] && ALL_PROXY=$http_proxy
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dbuild-appliance-image_15.0.0.bb106 if [ -n "${http_proxy}" ]; then
107 pip3_install_params="${pip3_install_params} --proxy ${http_proxy}"
/openbmc/docs/testing/
H A Drun-test-docker.md36 --build-arg http_proxy=<IP>:<PORT> --build-arg https_proxy=<IP>:<PORT>
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfaq.rst145 #http_proxy = http://proxy.yoyodyne.com:18023/
151 The build system also accepts ``http_proxy``, ``ftp_proxy``, ``https_proxy``,
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dsetup-and-use.rst436 #export http_proxy=http://proxy.host.com:8080