diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-03 21:01:32 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-03 21:01:32 +0100 |
commit | 32e2a957b0e53ebbef3642e17d54d26642452b3d (patch) | |
tree | 1819ea8995e11af924fa3f7b4d9b92d2adbfda34 /jjb/common/include-agl-header.sh | |
parent | a926af36ed874d9a00a97a07e8b0f9b1b98fe3d6 (diff) |
Change DLHOST to http instead of https
Change-Id: Ie64c1a44c2bacecb2537370441a2ae4f9037b910
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r-- | jjb/common/include-agl-header.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index d548468d..7268ebce 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -12,7 +12,8 @@ set -e # VARIABLES OPTIND=1 -export DLHOST="https://download-new.automotivelinux.org/" +#export DLHOST="http://download-new.automotivelinux.org/" +# DLHOST in auto.conf export NOGFX=false export VERBOSE=false export DEBUG=false |