All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder2][PATCH] config: Fix giturl for meta-virtualization Layer
@ 2020-03-16 11:27 Aaron Chan
  2020-04-02  2:27 ` Aaron Chan
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Chan @ 2020-03-16 11:27 UTC (permalink / raw)
  To: yocto; +Cc: Aaron Chan

From: Aaron Chan <aaron.chun.yew.chan@intel.com>

Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 6d629f1..b1e2c05 100644
--- a/config.py
+++ b/config.py
@@ -39,7 +39,7 @@ repos = {
     "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.openembedded.org/meta-openembedded", "master"]
+    "meta-virtualization": ["git://git.yoctoproject.org/meta-virtualization", "master"]
 }
 
 trigger_builders_wait_shared = [
-- 
2.21.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [yocto-autobuilder2][PATCH] config: Fix giturl for meta-virtualization Layer
  2020-03-16 11:27 [yocto-autobuilder2][PATCH] config: Fix giturl for meta-virtualization Layer Aaron Chan
@ 2020-04-02  2:27 ` Aaron Chan
  2020-04-09 14:25   ` [yocto] " akuster
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Chan @ 2020-04-02  2:27 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 45 bytes --]

Could someone please fix this simple piece?

[-- Attachment #2: Type: text/html, Size: 45 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] [yocto-autobuilder2][PATCH] config: Fix giturl for meta-virtualization Layer
  2020-04-02  2:27 ` Aaron Chan
@ 2020-04-09 14:25   ` akuster
  0 siblings, 0 replies; 3+ messages in thread
From: akuster @ 2020-04-09 14:25 UTC (permalink / raw)
  To: Aaron Chan, yocto

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]


This fails in the ab.

https://errors.yoctoproject.org/Errors/Build/100954/
https://errors.yoctoproject.org/Errors/Details/401501/


On 4/1/20 7:27 PM, Aaron Chan wrote:
> Could someone please fix this simple piece?
>
> 


[-- Attachment #2: Type: text/html, Size: 1179 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-09 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16 11:27 [yocto-autobuilder2][PATCH] config: Fix giturl for meta-virtualization Layer Aaron Chan
2020-04-02  2:27 ` Aaron Chan
2020-04-09 14:25   ` [yocto] " akuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.