All of lore.kernel.org
 help / color / mirror / Atom feed
* [master-next] Pull request
@ 2021-04-06 20:56 Michael Opdenacker
  2021-04-06 21:36 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Opdenacker @ 2021-04-06 20:56 UTC (permalink / raw)
  To: Richard Purdie; +Cc: YP docs mailing list

Hi Richard,

The following changes since commit 5036fea7854c3152a0c148d8ab1668e01b38697d:

  poky.yaml: change gcc-multilib to gcc (2021-04-06 15:07:42 +0100)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-docs master-next
  http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/?h=master-next

for you to fetch changes up to 67d5fb17f31292abb1e2dec7e436a7d8a534e63d:

  manuals: fix suspicious newlines (2021-04-06 22:18:03 +0200)

----------------------------------------------------------------
Janne Kiiskila (1):
      UBUNTU sudo apt git instead of git-core

Michael Opdenacker (7):
      Spellcheck and capitalization fixes
      SDK manual: fix reference to appendix
      Quick build: checkout a branch instead of a fixed tag
      Fix typos and spacing
      overview-manual: style improvements
      ref-manual: fix typo
      manuals: fix suspicious newlines

 documentation/README                                 |  2 +-
 documentation/boilerplate.rst                        |  2 +-
 documentation/brief-yoctoprojectqs/index.rst         | 65
++++++++++++++++++++++++++++++++++++++++-------------------------
 documentation/bsp-guide/bsp.rst                      |  6 +++---
 documentation/dev-manual/common-tasks.rst            | 33
++++++++++++++-------------------
 documentation/kernel-dev/common.rst                  |  2 +-
 documentation/kernel-dev/maint-appx.rst              |  2 +-
 documentation/overview-manual/concepts.rst           |  3 +--
 documentation/overview-manual/yp-intro.rst           | 88
+++++++++++++++++++++++++++++++++++++++++++---------------------------------------------
 documentation/poky.yaml                              |  2 +-
 documentation/profile-manual/usage.rst               | 30
+++++++++++++++---------------
 documentation/ref-manual/TODO                        |  6 +++---
 documentation/ref-manual/classes.rst                 |  2 +-
 documentation/ref-manual/faq.rst                     |  2 +-
 documentation/ref-manual/kickstart.rst               |  4 ++--
 documentation/ref-manual/migration-1.7.rst           |  2 +-
 documentation/ref-manual/migration-2.1.rst           |  2 +-
 documentation/ref-manual/migration-3.2.rst           |  2 +-
 documentation/ref-manual/release-process.rst         |  2 +-
 documentation/ref-manual/resources.rst               |  4 ++--
 documentation/ref-manual/structure.rst               |  2 +-
 documentation/ref-manual/system-requirements.rst     |  4 ++--
 documentation/ref-manual/variables.rst               | 18
++++++++----------
 documentation/sdk-manual/appendix-customizing.rst    |  2 +-
 documentation/sdk-manual/extensible.rst              |  8 +++-----
 documentation/sdk-manual/working-projects.rst        |  9 ++-------
 documentation/test-manual/intro.rst                  | 10 +++++-----
 documentation/test-manual/test-process.rst           |  4 ++--
 documentation/test-manual/understand-autobuilder.rst | 16 ++++++++--------
 documentation/toaster-manual/reference.rst           |  2 +-
 documentation/toaster-manual/setup-and-use.rst       |  8 ++++----
 31 files changed, 171 insertions(+), 173 deletions(-)

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [master-next] Pull request
  2021-04-06 20:56 [master-next] Pull request Michael Opdenacker
@ 2021-04-06 21:36 ` Richard Purdie
  2021-04-07 11:54   ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2021-04-06 21:36 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: YP docs mailing list

On Tue, 2021-04-06 at 22:56 +0200, Michael Opdenacker wrote:
> Hi Richard,
> 
> The following changes since commit 5036fea7854c3152a0c148d8ab1668e01b38697d:
> 
>   poky.yaml: change gcc-multilib to gcc (2021-04-06 15:07:42 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.yoctoproject.org/yocto-docs master-next
>   http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/log/?h=master-next
> 
> for you to fetch changes up to 67d5fb17f31292abb1e2dec7e436a7d8a534e63d:
> 
>   manuals: fix suspicious newlines (2021-04-06 22:18:03 +0200)
> 
> ----------------------------------------------------------------
> Janne Kiiskila (1):
>       UBUNTU sudo apt git instead of git-core
> 
> Michael Opdenacker (7):
>       Spellcheck and capitalization fixes
>       SDK manual: fix reference to appendix
>       Quick build: checkout a branch instead of a fixed tag
>       Fix typos and spacing
>       overview-manual: style improvements
>       ref-manual: fix typo
>       manuals: fix suspicious newlines

Thanks, the commits themselves look good, the commit messages needed
a little tweaking. There was a Signed-off-by line that went missing. I
added it back since it was in the on-list version of the patch. I also
tweaked the shortlogs a little so they were more consistent. I tend to
do this with patches as a maintainer just to have some kind of consistency
when people search repositories.

No need to redo this pull request as I've tweaked it (I want to get to a
release build!), just info for next time! :)

Cheers,

Richard


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [docs] [master-next] Pull request
  2021-04-06 21:36 ` Richard Purdie
@ 2021-04-07 11:54   ` Michael Opdenacker
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2021-04-07 11:54 UTC (permalink / raw)
  To: Richard Purdie; +Cc: YP docs mailing list

Hi Richard,

On 4/6/21 11:36 PM, Richard Purdie wrote:
>
> Thanks, the commits themselves look good, the commit messages needed
> a little tweaking. There was a Signed-off-by line that went missing. I
> added it back since it was in the on-list version of the patch. I also
> tweaked the shortlogs a little so they were more consistent. I tend to
> do this with patches as a maintainer just to have some kind of consistency
> when people search repositories.
>
> No need to redo this pull request as I've tweaked it (I want to get to a
> release build!), just info for next time! :)


Thanks for the guidance and for eventually taking the time to fix the
commit messages by yourself. Indeed, I hadn't touched the commits that
were already in master-next, but I should have. I'll be extra careful
next time.

About the commit without S-O-B, that's my fault. I must have forgotten
"-s" when I split a patch in two to have a better shortlog. Good to know
that the commits themselves looked all right.

Thanks again!

Cheers,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-07 11:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 20:56 [master-next] Pull request Michael Opdenacker
2021-04-06 21:36 ` Richard Purdie
2021-04-07 11:54   ` [docs] " Michael Opdenacker

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.