From 2721dc1cb79e895e192873b9ea231a630891c47b Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 10 Jul 2018 17:37:49 +0200 Subject: Fixed xds package url (must be http not https) Keep https protocol to get the key securely but used http protocol for packages because most of mirrors server are http only. Change-Id: I967d0b13af0a41c028e51088a9d116c5a0a315b3 Signed-off-by: Sebastien Douheret --- INSTALL/tasks.d/80_xds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/tasks.d/80_xds b/INSTALL/tasks.d/80_xds index 0900958..f624af6 100644 --- a/INSTALL/tasks.d/80_xds +++ b/INSTALL/tasks.d/80_xds @@ -7,7 +7,7 @@ export DISTRO="Debian_9.0" wget -t 3 -T 60 -O - https://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${XDS_RELEASE_BRANCH}/${DISTRO}/Release.key | apt-key add - cat >> /etc/apt/sources.list.d/AGL.list <