Fix linux-yocto repo sync issues

repo sync often fails on linux-yocto on second and subsequent
sync attempts. Strangly the first repo sync works consistently.
The issue has been reported upstream at ...

https://bugs.chromium.org/p/gerrit/issues/detail?id=14700&q=tyranscooter&can=2

However I found that a switch from the https protocol to the git
protocol appears to fix the issue.

from
   https://git.yoctoproject.org/linux-yocto/git
to
   git://git.yoctoproject.org/linux-yocto

Closes-Bug: 1933357
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I51cea52df58c3e63ad39e4969f772dcd36c72afd
This commit is contained in:
Scott Little 2021-06-28 10:46:25 -04:00
parent 4430dd4633
commit 1628301634
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
<remote name="linux-yocto" fetch="https://git.yoctoproject.org/git/" />
<remote name="linux-yocto" fetch="git://git.yoctoproject.org/" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->

View File

@ -6,7 +6,7 @@
<remote name="openstack" fetch="https://opendev.org/openstack" />
<remote name="starlingx" fetch="https://opendev.org/starlingx" />
<remote name="stx-staging" fetch="https://github.com/starlingx-staging"/>
<remote name="linux-yocto" fetch="https://git.yoctoproject.org/git/" />
<remote name="linux-yocto" fetch="git://git.yoctoproject.org/" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->