On Wed, 2022-09-21 at 19:33 -0700, [email protected] wrote: > From: Benjamin Esquivel <[email protected]> > > the repos that are used as defaults in the build requests are outdated > hence the update. > > Signed-off-by: Benjamin Esquivel <[email protected]> > --- > config.py | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/config.py b/config.py > index 042a1ec..2249e82 100644 > --- a/config.py > +++ b/config.py > @@ -38,23 +38,23 @@ repos = { > "neon-master"], > "eclipse-poky-oxygen": ["ssh://[email protected]/eclipse-yocto", > "oxygen-master"], > - "poky": ["ssh://[email protected]/poky", "master"], > - "meta-intel": ["ssh://[email protected]/meta-intel", "master"], > - "meta-arm": ["ssh://[email protected]/meta-arm", "master"], > + "poky": ["git://git.yoctoproject.org/poky", "master"], > + "meta-intel": ["git://git.yoctoproject.org/meta-intel", "master"], > + "meta-arm": ["git://git.yoctoproject.org/meta-arm", "master"], > "meta-agl": ["https://git.automotivelinux.org/AGL/meta-agl", "next"], > "meta-aws": ["https://github.com/aws/meta-aws.git", "master"], > - "meta-ti": ["ssh://[email protected]/meta-ti", "master"], > - "meta-security": ["ssh://[email protected]/meta-security", > "master"], > + "meta-ti": ["git://git.yoctoproject.org/meta-ti", "master"], > + "meta-security": ["git://git.yoctoproject.org/meta-security", "master"], > "oecore": ["git://git.openembedded.org/openembedded-core", > "master"], > "bitbake": ["git://git.openembedded.org/bitbake", "master"], > - "meta-qt4": ["ssh://[email protected]/meta-qt4", "master"], > - "meta-qt3": ["ssh://[email protected]/meta-qt3", "master"], > - "meta-mingw": ["ssh://[email protected]/meta-mingw", "master"], > - "meta-gplv2": ["ssh://[email protected]/meta-gplv2", "master"], > + "meta-qt4": ["git://git.yoctoproject.org/meta-qt4", "master"], > + "meta-qt3": ["git://git.yoctoproject.org/meta-qt3", "master"], > + "meta-mingw": ["git://git.yoctoproject.org/meta-mingw", "master"], > + "meta-gplv2": ["git://git.yoctoproject.org/meta-gplv2", "master"], > "meta-openembedded": ["git://git.openembedded.org/meta-openembedded", > "master"], > - "meta-virtualization": > ["ssh://[email protected]/meta-virtualization", "master"], > - "yocto-docs": ["ssh://[email protected]/yocto-docs", "master"] > + "meta-virtualization": > ["git://git.yoctoproject.org/meta-virtualization", "master"], > + "yocto-docs": ["git://git.yoctoproject.org/yocto-docs", "master"] > }
Sadly this isn't the case. The push servers are where people with push access push things, which then mirror out to the other mirror servers. The autobuilder works off push since other wise, we might trigger a build and it may build the wrong thing if the mirrors hadn't updated yet. Whilst I appreciate that is a problem for only certain users, it was a really problematic corner case for the main project AB. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58133): https://lists.yoctoproject.org/g/yocto/message/58133 Mute This Topic: https://lists.yoctoproject.org/mt/93841361/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
