diff mbox series

[yocto-autobuilder-helper] auh-meta-oe: Send to the openembedded-devel mailing list, not core

Message ID 20231103105800.2638436-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] auh-meta-oe: Send to the openembedded-devel mailing list, not core | expand

Commit Message

Richard Purdie Nov. 3, 2023, 10:58 a.m. UTC
To do that we need a separate config file.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json                                   |  2 +-
 .../auh-config/upgrade-helper-meta-oe.conf    | 42 +++++++++++++++++++
 2 files changed, 43 insertions(+), 1 deletion(-)
 create mode 100644 scripts/auh-config/upgrade-helper-meta-oe.conf
diff mbox series

Patch

diff --git a/config.json b/config.json
index dd45578..7505e59 100644
--- a/config.json
+++ b/config.json
@@ -1504,7 +1504,7 @@ 
                     "git -C ./meta-openembedded config user.email auh@yoctoproject.org",
                     "git -C ./meta-openembedded config user.name 'Auto Upgrade Helper'",
                     "git -C ./meta-openembedded switch -C tmp-auh-upgrades HEAD",
-                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper.conf ./upgrade-helper/upgrade-helper.conf"
+                    "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper-meta-oe.conf ./upgrade-helper/upgrade-helper.conf"
                 ]
             },
             "step2": {
diff --git a/scripts/auh-config/upgrade-helper-meta-oe.conf b/scripts/auh-config/upgrade-helper-meta-oe.conf
new file mode 100644
index 0000000..14c6957
--- /dev/null
+++ b/scripts/auh-config/upgrade-helper-meta-oe.conf
@@ -0,0 +1,42 @@ 
+[maintainer_override]
+# mails for recipe upgrades will go to john.doe instead of jane.doe, etc
+#ross.burton@intel.com=anibal.limon@linux.intel.com
+
+[settings]
+# recipes in blacklist will be skipped
+blacklist=linux-libc-headers linux-yocto alsa-utils-scripts build-appliance-image
+
+#maintainers_whitelist=anibal.limon@linux.intel.com
+
+# SMTP server
+smtp=localhost:25
+
+# from whom should the mails arrive
+from=auh@yoctoproject.org
+
+# who should get the status mail with statistics, at the end
+status_recipients=openembedded-devel@lists.openembedded.org
+
+# who should be CCd with upgrade emails
+cc_recipients=openembedded-devel@lists.openembedded.org
+
+# clean sstate directory before upgrading
+#clean_sstate=yes
+
+# clean tmp directory before upgrading
+#clean_tmp=yes
+
+# machines to test build with
+#machines=qemux86 qemux86-64 qemuarm qemumips qemuppc
+#machines=qemux86
+
+buildhistory=yes
+
+#testimage=yes
+#testimage_name=core-image-minimal
+
+#workdir=/home/auh/work/
+publish_work_url=https://autobuilder.yocto.io/pub/auh
+
+commit_revert_policy=all
+