]> code.ossystems Code Review - openembedded-core.git/commit
iso-codes: fix protocol in SRC_URI
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 12 Mar 2021 14:33:18 +0000 (15:33 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sat, 20 Mar 2021 16:27:38 +0000 (06:27 -1000)
commite739b039aebcd1ca839b0460e950d5b8bc2e3cdb
treec9c86ecbb3b1dd8fa47938d297eaec09dc502121
parent4cf332213811ae71f3dd46cb0eb0f22b6ffff562
iso-codes: fix protocol in SRC_URI

* it doesn't listen on http and the redirect sometimes doesn't work

WARNING: iso-codes-4.6.0-r0 do_fetch: Failed to fetch URL git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;, attempting MIRRORS if available

The protocol should be changed to https, like all other salsa.debian.org pulls are, so that it doesn't depend on mirrors.bbclass to resolve this.
meta/classes/mirrors.bbclass:git://salsa.debian.org/.*     git://salsa.debian.org/PATH;protocol=https \n \

from log.do_fetch:
DEBUG: Fetcher accessed the network with the command LANG=C git -c core.fsyncobjectfiles=0 fetch -f --progress http://salsa.debian.org/iso-codes-team/iso-codes.git refs/*:refs/*
fatal: unable to access 'http://salsa.debian.org/iso-codes-team/iso-codes.git/': Couldn't connect to server
WARNING: Failed to fetch URL git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;, attempting MIRRORS if available
...
warning: redirecting to https://salsa.debian.org/iso-codes-team/iso-codes.git/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 749eeb8cfaa8ffcfda29f3f06a77debaf6304288)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/iso-codes/iso-codes_4.4.bb