mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-02 01:19:56 +00:00
CI: use https for git.yoctoproject.org
https:// is preferred and git:// isn't reachable for a while, see: https://git.openembedded.org/openembedded-core/commit/?h=wrynose&id=139102a73d41 https://lists.yoctoproject.org/g/yocto-infrastructure/message/227 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ TEMP_DIR="$(mktemp -d)"
|
|||||||
cd "$TEMP_DIR"
|
cd "$TEMP_DIR"
|
||||||
|
|
||||||
REPOS=" \
|
REPOS=" \
|
||||||
git://git.yoctoproject.org/poky.git \
|
https://git.yoctoproject.org/poky.git \
|
||||||
"
|
"
|
||||||
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,7 +20,7 @@ TEMP_DIR="$(mktemp -d)"
|
|||||||
cd "$TEMP_DIR"
|
cd "$TEMP_DIR"
|
||||||
|
|
||||||
REPOS=" \
|
REPOS=" \
|
||||||
git://git.yoctoproject.org/poky.git \
|
https://git.yoctoproject.org/poky.git \
|
||||||
"
|
"
|
||||||
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