Home
last modified time | relevance | path

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

/openbmc/openbmc-build-scripts/
H A Drun-unit-test-docker.sh48 http_proxy=${http_proxy:-}
95 if [ -n "${http_proxy}" ]; then
97 --env HTTP_PROXY=${http_proxy} \
98 --env HTTPS_PROXY=${http_proxy} \
99 --env FTP_PROXY=${http_proxy} \
100 --env http_proxy=${http_proxy} \
101 --env https_proxy=${http_proxy} \
102 --env ftp_proxy=${http_proxy}"
H A Dbuild-setup.sh89 http_proxy=${http_proxy:-}
161 if [[ -n "${http_proxy}" ]]; then
162 PROXY="RUN echo \"proxy=${http_proxy}\" >> /etc/dnf/dnf.conf"
215 if [[ -n "${http_proxy}" ]]; then
216 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
271 export PROXY_HOST=${http_proxy/#http*:\/\/}
273 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
291 export ftp_proxy=${http_proxy}
292 export http_proxy=${http_proxy}
293 export https_proxy=${http_proxy}
[all …]
H A Dqemu-build.sh33 http_proxy=${http_proxy:-}
49 if [[ -n "${http_proxy}" ]]; then
50 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
54 export PROXY_HOST=${http_proxy/#http*:\/\/}
56 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
H A Dbuild-rootfs-size-docker.sh18 http_proxy=${http_proxy:-}
42 if [[ -n "${http_proxy}" ]]; then
43 …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.sh21 http_proxy=${http_proxy:-}
165 if [[ -n "${http_proxy}" ]]; then
166 PROXY_ARGS="--build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy}"
H A Dbuild-unit-test-docker777 http_proxy = os.environ.get("http_proxy") variable
824 if http_proxy:
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy133 [ -z "${ALL_PROXY}" ] && ALL_PROXY=$http_proxy
/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/
H A Dwebui-vue_git.bb48 npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install
/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.md37 --build-arg http_proxy=<IP>:<PORT> --build-arg https_proxy=<IP>:<PORT>
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/
H A D0003-libsoup-Port-to-libsoup-3.0.patch479 - proxy_uri = g_getenv("http_proxy");
522 proxy_uri = g_getenv("http_proxy");
H A D0005-Make-libsoup-v3-support-optional.patch534 + proxy_uri = g_getenv("http_proxy");
586 proxy_uri = g_getenv("http_proxy");
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfaq.rst167 #http_proxy = http://proxy.yoyodyne.com:18023/
173 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