Skip to content

Commit

Permalink
[backend] export proxy variables for worker download via curl
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jul 16, 2013
1 parent 559b670 commit 8eba712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/obsworker
Expand Up @@ -29,6 +29,9 @@ fi

if test -e /etc/sysconfig/proxy; then
. /etc/sysconfig/proxy
export http_proxy="$HTTP_PROXY"
export HTTPS_PROXY
export NO_PROXY
fi
if test -e /etc/sysconfig/obs-server; then
# optional on workers
Expand Down

0 comments on commit 8eba712

Please sign in to comment.