From: "Armpit" <akuster808@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [RFC][yocto-autobuilder2][PATCH] config.py: Add meta-security to AB
Date: Sat, 14 Dec 2019 11:24:21 -0800 [thread overview]
Message-ID: <1576351461-15504-1-git-send-email-akuster808@gmail.com> (raw)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
config.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 14358aa..3ce5e7b 100644
--- a/config.py
+++ b/config.py
@@ -12,6 +12,7 @@ buildertorepos = {
"qa-extras": ["poky", "meta-mingw"],
"meta-oe": ["poky", "meta-openembedded"],
"meta-virt": ["poky", "meta-openembedded", "meta-virtualization"],
+ "meta-security": ["poky", "meta-openembedded", "meta-security"],
"meta-intel": ["poky", "meta-intel"],
"qemuarm-oecore": ["oecore", "bitbake"],
"checkuri": ["poky"],
@@ -83,7 +84,7 @@ trigger_builders_wait_releases = {
# Builders which are individually triggered
builders_others = [
- "meta-oe", "meta-virt", "meta-intel",
+ "meta-oe", "meta-virt", "meta-intel", "meta-security",
"bringup",
"qemuarm-armhost"
]
--
2.7.4
reply other threads:[~2019-12-14 19:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1576351461-15504-1-git-send-email-akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox