All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper] auh: update the from address to valid domain
@ 2021-10-25 18:02 Michael Halstead
  0 siblings, 0 replies; only message in thread
From: Michael Halstead @ 2021-10-25 18:02 UTC (permalink / raw)
  To: yocto; +Cc: Michael Halstead

The auh.yoctoproject.org domain is no longer used and cannot be
validated.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 scripts/auh-config/upgrade-helper.conf | 2 +-
 scripts/setup-auh                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/auh-config/upgrade-helper.conf b/scripts/auh-config/upgrade-helper.conf
index 5284b4a..6255f3f 100644
--- a/scripts/auh-config/upgrade-helper.conf
+++ b/scripts/auh-config/upgrade-helper.conf
@@ -11,7 +11,7 @@ blacklist=linux-libc-headers linux-yocto alsa-utils-scripts build-appliance-imag
 # SMTP server
 smtp=mail.yoctoproject.org:25
 # from whom should the mails arrive
-from=auh@auh.yoctoproject.org
+from=auh@yoctoproject.org
 # who should get the status mail with statistics, at the end
 status_recipients=openembedded-core@lists.openembedded.org
 # who should be CCd with upgrade emails
diff --git a/scripts/setup-auh b/scripts/setup-auh
index 23f3d44..5f49e38 100755
--- a/scripts/setup-auh
+++ b/scripts/setup-auh
@@ -14,7 +14,7 @@ pushd $1
 
 git clone git://git.yoctoproject.org/poky
 pushd poky
-git config user.email auh@auh.yoctoproject.org
+git config user.email auh@yoctoproject.org
 git config user.name "Auto Upgrade Helper"
 popd
 git clone git://git.yoctoproject.org/auto-upgrade-helper
-- 
2.31.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-25 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 18:02 [PATCH yocto-autobuilder-helper] auh: update the from address to valid domain Michael Halstead

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.