All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ross Burton <Ross.Burton@arm.com>
To: "robert_henz@jabil.com" <robert_henz@jabil.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] PR to fix WantedBy parsing of systemctl
Date: Fri, 28 Oct 2022 11:46:38 +0000	[thread overview]
Message-ID: <137BA618-56FD-422C-B956-C45B4FE47D1B@arm.com> (raw)
In-Reply-To: <14846.1664286373544166845@lists.openembedded.org>

On 27 Sep 2022, at 14:46, Robert Henz via lists.openembedded.org <robert_henz=jabil.com@lists.openembedded.org> wrote:
> 
> I'll make you all a deal. When you all update your documentation (https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded) to include the procedure for setting up my personal gmail account to allow git send-email to work from my work laptop, I'll do it and submit my patch that way.

We’re not going to expand the wiki to cover how to setup git-send-email for every email server.

If your MTA (like GMail) needs authenticated SMTP, then you need the password. If your MTA uses 2FA (like GMail) then you typically need an application password.  Generating this is step 2 of that SO page you linked to, although the use of git-credentials is overkill as you can just tell git the password the same way you tell it what sever to use.

[sendemail]
from = Ross Burton <ross@burtonini.com>
smtpserver = smtp.gmail.com
smtpuser = ...
smtppass = …

Ross

  reply	other threads:[~2022-10-28 11:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 17:55 PR to fix WantedBy parsing of systemctl Robert Henz
2022-09-20 21:19 ` [OE-core] " Alexandre Belloni
2022-09-26 15:49   ` Robert Henz
2022-09-26 17:52     ` [OE-core] " Martin Jansa
2022-09-26 19:50       ` Robert Henz
2022-09-26 20:24         ` [PATCH] create-pull-request: don't switch the git remote protocol to git:// Martin Jansa
2022-09-26 20:31         ` [OE-core] PR to fix WantedBy parsing of systemctl Martin Jansa
2022-09-27  1:30           ` Robert Henz
2022-09-27  2:50             ` [OE-core] " Martin Jansa
2022-09-27 10:13         ` Ross Burton
2022-09-27 13:33           ` Robert Henz
2022-09-27 13:46             ` Robert Henz
2022-10-28 11:46               ` Ross Burton [this message]
2022-09-27  9:50     ` [OE-core] " Alexandre Belloni

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=137BA618-56FD-422C-B956-C45B4FE47D1B@arm.com \
    --to=ross.burton@arm.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=robert_henz@jabil.com \
    /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.