mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-11 13:14:08 +00:00
ci: Switch to using https for fetching OE/YP git repos
git protocol is broken, and anyway https is preferred way to clone from these git sources. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
83a8efcf01
commit
b837662911
@ -24,9 +24,9 @@ TEMP_DIR="$(mktemp -d)"
|
||||
cd "$TEMP_DIR"
|
||||
|
||||
REPOS=" \
|
||||
git://git.openembedded.org/openembedded-core \
|
||||
git://git.openembedded.org/bitbake \
|
||||
git://git.yoctoproject.org/meta-yocto \
|
||||
https://git.openembedded.org/openembedded-core \
|
||||
https://git.openembedded.org/bitbake \
|
||||
https://git.yoctoproject.org/meta-yocto \
|
||||
"
|
||||
for repo in $REPOS; do
|
||||
log "Cloning $repo on branch $BASE_REF..."
|
||||
|
||||
@ -20,8 +20,8 @@ TEMP_DIR="$(mktemp -d)"
|
||||
cd "$TEMP_DIR"
|
||||
|
||||
REPOS=" \
|
||||
git://git.openembedded.org/openembedded-core \
|
||||
git://git.openembedded.org/bitbake \
|
||||
https://git.openembedded.org/openembedded-core \
|
||||
https://git.openembedded.org/bitbake \
|
||||
"
|
||||
for repo in $REPOS; do
|
||||
log "Cloning $repo on branch $BASE_REF..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user