Re: [PATCH wic] add basic b4 config file
Trevor Woerner <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
On Thu 2026-05-28 @ 12:15:36 PM, Quentin Schulz wrote: > Hi Trevor, > > On 5/27/26 6:32 AM, Trevor Woerner wrote: > > On Fri 2026-04-24 @ 12:26:59 PM, Quentin Schulz wrote: > > > OK so this is very confusing. The default branch in cgit is > > > origin/feature/no-create and I got my info from the README.md there, which > > > differs from the README.md from instructions in the README.md in the master > > > branch where it isn't requested to Cc Trevor. > > > > I asked Michael Halstead to take a look and change it. We think it's > > fixed now. > > > > I think too, thanks! > > > > > > > On 4/24/26 12:18 PM, Quentin Schulz wrote: > > > > From: Quentin Schulz <[email protected]> > > > > > > > > b4[1] is a very nice tool for mail-based contribution. A config[2] file > > > > exists to set up a few defaults. We can use it to set the To recipients > > > > to always add, in our case the mailing list, and the Cc recipients, in > > > > our case, Trevor's address. > > > > > > > > Additionally, automatically provide a default prefix so that one doesn't > > > > need to not forget to run `b4 prep --set-prefixes wic` for each series. > > > > > > > > [1] https://pypi.org/project/b4/ > > > > [2] https://b4.docs.kernel.org/en/latest/config.html > > > > > > > > Signed-off-by: Quentin Schulz <[email protected]> > > > > --- > > > > .b4-config | 4 ++++ > > > > 1 file changed, 4 insertions(+) > > > > Your gmail address is in the Cc recipients, which doesn't match what's been > requested in the README.md in the master branch (only the ML in To > recipients). Should we patch the README.md to align with .b4-config or the > opposite? Might as well update the README to add it. Thanks!