mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-03 13:49:55 +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:
@@ -24,9 +24,9 @@ TEMP_DIR="$(mktemp -d)"
|
|||||||
cd "$TEMP_DIR"
|
cd "$TEMP_DIR"
|
||||||
|
|
||||||
REPOS=" \
|
REPOS=" \
|
||||||
git://git.openembedded.org/openembedded-core \
|
https://git.openembedded.org/openembedded-core \
|
||||||
git://git.openembedded.org/bitbake \
|
https://git.openembedded.org/bitbake \
|
||||||
git://git.yoctoproject.org/meta-yocto \
|
https://git.yoctoproject.org/meta-yocto \
|
||||||
"
|
"
|
||||||
for repo in $REPOS; do
|
for repo in $REPOS; do
|
||||||
log "Cloning $repo on branch $BASE_REF..."
|
log "Cloning $repo on branch $BASE_REF..."
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ TEMP_DIR="$(mktemp -d)"
|
|||||||
cd "$TEMP_DIR"
|
cd "$TEMP_DIR"
|
||||||
|
|
||||||
REPOS=" \
|
REPOS=" \
|
||||||
git://git.openembedded.org/openembedded-core \
|
https://git.openembedded.org/openembedded-core \
|
||||||
git://git.openembedded.org/bitbake \
|
https://git.openembedded.org/bitbake \
|
||||||
"
|
"
|
||||||
for repo in $REPOS; do
|
for repo in $REPOS; do
|
||||||
log "Cloning $repo on branch $BASE_REF..."
|
log "Cloning $repo on branch $BASE_REF..."
|
||||||
|
|||||||
Reference in New Issue
Block a user