diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-03-27 19:58:58 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-03-27 19:58:58 +0100 |
commit | 25fe84299e8e3ddce074c2bf9ddac7ab2b16722c (patch) | |
tree | 2af4e63f4451840a3f7f1380f5561d72b676e77e /jjb/release-jjb-blowfish-snapshot | |
parent | 236af54101db4914a8105160b5d3feb5ff6c2cc9 (diff) |
Workaround for intra-cloud requests
Revert when fixed.
Change-Id: I5ee0ab8eb06628d7a7e07bfb6eea23bc958a9b0c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-blowfish-snapshot')
-rw-r--r-- | jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh index 091aaaa7..ef267a6d 100644 --- a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh +++ b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh @@ -7,7 +7,7 @@ set -e # VARIABLES OPTIND=1 -export DLHOST="https://download.automotivelinux.org/" +export DLHOST="http://download.automotivelinux.org/" export NOGFX=false export VERBOSE=false export DEBUG=false |