All of lore.kernel.org
 help / color / mirror / Atom feed
* inconsistencies between poky and yocto-docs trees
@ 2020-04-28 20:47 Nicolas Dechesne
  2020-04-28 20:53 ` [docs] " Mark Morton
  2020-04-28 20:55 ` Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Dechesne @ 2020-04-28 20:47 UTC (permalink / raw)
  To: docs

[-- Attachment #1: Type: text/plain, Size: 877 bytes --]

hi,

i just noticed that some documentation commits have made it to poky tree,
but they are not in yocto-docs tree.

The last 5 commits in yocto-docs:
$ git log --oneline -5
77e8a9e03 dev-manual: remove postinst false statement
dda137617 ref-manual: add migration section for 3.1
bc0923354 dev-manual: basic updates for npm fetcher changes
af9bf61a5 ref-manual: update PACKAGECONFIG glossary entry
d40485a7e overview-manual: fix obvious typo "ORHNAME"

The last 5 'doc' commits in yocto:
$ git log -5 --oneline  -- documentation/
f9e1127643 Updated patch for publishing
cd25abf777 Added usrmerge to distro-features for Bug 13494
fe25ef9871 ref-manual: correct "script" dirname to "scripts"
a44b8d2856 dev-manual: remove postinst false statement
c31ddaba1f ref-manual: add migration section for 3.1

The top 3 patches are missing in yocto-docs..

cheers

[-- Attachment #2: Type: text/html, Size: 1109 bytes --]

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

* Re: [docs] inconsistencies between poky and yocto-docs trees
  2020-04-28 20:47 inconsistencies between poky and yocto-docs trees Nicolas Dechesne
@ 2020-04-28 20:53 ` Mark Morton
  2020-04-28 20:55 ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Morton @ 2020-04-28 20:53 UTC (permalink / raw)
  To: docs

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]

The following two are mine:

f9e1127643 Updated patch for publishing
cd25abf777 Added usrmerge to distro-features for Bug 13494

The question is, what happened?

Thanks,
-Mark M.

From: docs@lists.yoctoproject.org <docs@lists.yoctoproject.org> On Behalf Of Nicolas Dechesne
Sent: Tuesday, April 28, 2020 1:47 PM
To: docs@lists.yoctoproject.org
Subject: [docs] inconsistencies between poky and yocto-docs trees

hi,

i just noticed that some documentation commits have made it to poky tree, but they are not in yocto-docs tree.

The last 5 commits in yocto-docs:
$ git log --oneline -5
77e8a9e03 dev-manual: remove postinst false statement
dda137617 ref-manual: add migration section for 3.1
bc0923354 dev-manual: basic updates for npm fetcher changes
af9bf61a5 ref-manual: update PACKAGECONFIG glossary entry
d40485a7e overview-manual: fix obvious typo "ORHNAME"

The last 5 'doc' commits in yocto:
$ git log -5 --oneline  -- documentation/
f9e1127643 Updated patch for publishing
cd25abf777 Added usrmerge to distro-features for Bug 13494
fe25ef9871 ref-manual: correct "script" dirname to "scripts"
a44b8d2856 dev-manual: remove postinst false statement
c31ddaba1f ref-manual: add migration section for 3.1

The top 3 patches are missing in yocto-docs..

cheers

[-- Attachment #2: Type: text/html, Size: 5460 bytes --]

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

* Re: [docs] inconsistencies between poky and yocto-docs trees
  2020-04-28 20:47 inconsistencies between poky and yocto-docs trees Nicolas Dechesne
  2020-04-28 20:53 ` [docs] " Mark Morton
@ 2020-04-28 20:55 ` Richard Purdie
  2020-04-28 20:56   ` Nicolas Dechesne
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2020-04-28 20:55 UTC (permalink / raw)
  To: docs

On Tue, 2020-04-28 at 22:47 +0200, Nicolas Dechesne wrote:
> hi,
> 
> i just noticed that some documentation commits have made it to poky
> tree, but they are not in yocto-docs tree. 
> 
> The last 5 commits in yocto-docs:
> $ git log --oneline -5
> 77e8a9e03 dev-manual: remove postinst false statement
> dda137617 ref-manual: add migration section for 3.1
> bc0923354 dev-manual: basic updates for npm fetcher changes
> af9bf61a5 ref-manual: update PACKAGECONFIG glossary entry
> d40485a7e overview-manual: fix obvious typo "ORHNAME"
> 
> The last 5 'doc' commits in yocto:
> $ git log -5 --oneline  -- documentation/
> f9e1127643 Updated patch for publishing
> cd25abf777 Added usrmerge to distro-features for Bug 13494
> fe25ef9871 ref-manual: correct "script" dirname to "scripts"
> a44b8d2856 dev-manual: remove postinst false statement
> c31ddaba1f ref-manual: add migration section for 3.1
> 
> The top 3 patches are missing in yocto-docs.. 

I think I'd missed a "push", my workflow is special cased around the
way Scott handled things. I've just manually done it and will beat my
scripts up a bit more...

Cheers,

Richard


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

* Re: [docs] inconsistencies between poky and yocto-docs trees
  2020-04-28 20:55 ` Richard Purdie
@ 2020-04-28 20:56   ` Nicolas Dechesne
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Dechesne @ 2020-04-28 20:56 UTC (permalink / raw)
  To: docs

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

On Tue, Apr 28, 2020 at 10:55 PM Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> On Tue, 2020-04-28 at 22:47 +0200, Nicolas Dechesne wrote:
> > hi,
> >
> > i just noticed that some documentation commits have made it to poky
> > tree, but they are not in yocto-docs tree.
> >
> > The last 5 commits in yocto-docs:
> > $ git log --oneline -5
> > 77e8a9e03 dev-manual: remove postinst false statement
> > dda137617 ref-manual: add migration section for 3.1
> > bc0923354 dev-manual: basic updates for npm fetcher changes
> > af9bf61a5 ref-manual: update PACKAGECONFIG glossary entry
> > d40485a7e overview-manual: fix obvious typo "ORHNAME"
> >
> > The last 5 'doc' commits in yocto:
> > $ git log -5 --oneline  -- documentation/
> > f9e1127643 Updated patch for publishing
> > cd25abf777 Added usrmerge to distro-features for Bug 13494
> > fe25ef9871 ref-manual: correct "script" dirname to "scripts"
> > a44b8d2856 dev-manual: remove postinst false statement
> > c31ddaba1f ref-manual: add migration section for 3.1
> >
> > The top 3 patches are missing in yocto-docs..
>
> I think I'd missed a "push", my workflow is special cased around the
> way Scott handled things. I've just manually done it and will beat my
> scripts up a bit more...
>

thanks, I can see them now!


> Cheers,
>
> Richard
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2040 bytes --]

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

end of thread, other threads:[~2020-04-28 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 20:47 inconsistencies between poky and yocto-docs trees Nicolas Dechesne
2020-04-28 20:53 ` [docs] " Mark Morton
2020-04-28 20:55 ` Richard Purdie
2020-04-28 20:56   ` Nicolas Dechesne

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.