All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Halstead <mhalstead@linuxfoundation.org>
To: yocto@lists.yoctoproject.org
Cc: Michael Halstead <mhalstead@linuxfoundation.org>
Subject: [PATCH yocto-autobuilder-helper] auh: update the from address to valid domain
Date: Mon, 25 Oct 2021 11:02:27 -0700	[thread overview]
Message-ID: <20211025180227.435283-1-mhalstead@linuxfoundation.org> (raw)

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



                 reply	other threads:[~2021-10-25 18:03 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=20211025180227.435283-1-mhalstead@linuxfoundation.org \
    --to=mhalstead@linuxfoundation.org \
    --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 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.