Skip to content

Commit

Permalink
templates/config: use HTTP URLs for downloads
Browse files Browse the repository at this point in the history
LAVA labs often use a caching proxy (e.g. squid) for caching
downloads.  Change the URLs for download.automotivelinux.org to use
HTTP instead of HTTPS so that squid can cache them.

Change-Id: I5c9e7bead20e0d372a6208f229edd127531ffa09
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
khilman committed May 3, 2018
1 parent 9359439 commit 4896b30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/config/default.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[infra]
style = AGL
[default]
urlbase = https://download.automotivelinux.org/AGL/release/eel/5.0.0/
urlbase = http://download.automotivelinux.org/AGL/release/eel/5.0.0/
test_plan = ["smoke"]
[dab]
urlbase = https://download.automotivelinux.org/AGL/release/dab/4.0.2/
urlbase = http://download.automotivelinux.org/AGL/release/dab/4.0.2/
test_plan = []
[release]
urlbase = https://download.automotivelinux.org/AGL/release/
urlbase = http://download.automotivelinux.org/AGL/release/
test_plan = ["all"]
[weekly]
[daily]
urlbase = https://download.automotivelinux.org/AGL/snapshots/
urlbase = http://download.automotivelinux.org/AGL/snapshots/
test_plan = ["smoke", "yocto-ptest"]
[ci]
urlbase = https://download.automotivelinux.org/AGL/upload/ci/
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
test_plan = ["smoke"]

0 comments on commit 4896b30

Please sign in to comment.