mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config/schedulers: Use push.yoctoproject.org
If we don't do this, the mirrors may not have synced and it will break expectations about being able to start builds immediately. Triggered builds may also not see the correct code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7e1d76ccf9
commit
fc4caf8573
34
config.py
34
config.py
|
@ -32,29 +32,29 @@ buildertorepos = {
|
|||
# user customisable
|
||||
repos = {
|
||||
"yocto-autobuilder-helper":
|
||||
["git://git.yoctoproject.org/yocto-autobuilder-helper",
|
||||
["ssh://git@push.yoctoproject.org/yocto-autobuilder-helper",
|
||||
"master"],
|
||||
"eclipse-poky-neon": ["git://git.yoctoproject.org/eclipse-yocto",
|
||||
"eclipse-poky-neon": ["ssh://git@push.yoctoproject.org/eclipse-yocto",
|
||||
"neon-master"],
|
||||
"eclipse-poky-oxygen": ["git://git.yoctoproject.org/eclipse-yocto",
|
||||
"eclipse-poky-oxygen": ["ssh://git@push.yoctoproject.org/eclipse-yocto",
|
||||
"oxygen-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"],
|
||||
"poky": ["ssh://git@push.yoctoproject.org/poky", "master"],
|
||||
"meta-intel": ["ssh://git@push.yoctoproject.org/meta-intel", "master"],
|
||||
"meta-arm": ["ssh://git@push.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": ["git://git.yoctoproject.org/meta-ti", "master"],
|
||||
"meta-security": ["git://git.yoctoproject.org/meta-security", "master"],
|
||||
"oecore": ["git://git.openembedded.org/openembedded-core",
|
||||
"meta-ti": ["ssh://git@push.yoctoproject.org/meta-ti", "master"],
|
||||
"meta-security": ["ssh://git@push.yoctoproject.org/meta-security", "master"],
|
||||
"oecore": ["ssh://git@push.openembedded.org/openembedded-core",
|
||||
"master"],
|
||||
"bitbake": ["git://git.openembedded.org/bitbake", "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": ["git://git.yoctoproject.org/meta-virtualization", "master"],
|
||||
"yocto-docs": ["git://git.yoctoproject.org/yocto-docs", "master"]
|
||||
"bitbake": ["ssh://git@push.openembedded.org/bitbake", "master"],
|
||||
"meta-qt4": ["ssh://git@push.yoctoproject.org/meta-qt4", "master"],
|
||||
"meta-qt3": ["ssh://git@push.yoctoproject.org/meta-qt3", "master"],
|
||||
"meta-mingw": ["ssh://git@push.yoctoproject.org/meta-mingw", "master"],
|
||||
"meta-gplv2": ["ssh://git@push.yoctoproject.org/meta-gplv2", "master"],
|
||||
"meta-openembedded": ["ssh://git@push.openembedded.org/meta-openembedded", "master"],
|
||||
"meta-virtualization": ["ssh://git@push.yoctoproject.org/meta-virtualization", "master"],
|
||||
"yocto-docs": ["ssh://git@push.yoctoproject.org/yocto-docs", "master"]
|
||||
}
|
||||
|
||||
trigger_builders_wait_shared = [
|
||||
|
|
|
@ -41,7 +41,7 @@ branchdefaults = {
|
|||
'mut': {
|
||||
'branch': 'master',
|
||||
'branch_poky': 'ross/mut',
|
||||
'repo_poky': 'git://git.yoctoproject.org/poky-contrib',
|
||||
'repo_poky': 'ssh://git@push.yoctoproject.org/poky-contrib',
|
||||
'branch_bitbake': 'master',
|
||||
'branch_meta-arm': 'master',
|
||||
'branch_meta-aws': 'master',
|
||||
|
|
Loading…
Reference in New Issue
Block a user