diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index b2d801fc2d..eee2b540b1 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -425,11 +425,14 @@ | |||
425 | The Yocto Project files are maintained using Git in a "master" branch whose Git history | 425 | The Yocto Project files are maintained using Git in a "master" branch whose Git history |
426 | tracks every change and whose structure provides branches for all diverging functionality. | 426 | tracks every change and whose structure provides branches for all diverging functionality. |
427 | Although there is no need to use Git, many open source projects do so. | 427 | Although there is no need to use Git, many open source projects do so. |
428 | For the Yocto Project, a key individual called the "maintainer" is responsible for "master" | 428 | For the Yocto Project, a key individual called the "maintainer" is responsible for the "master" |
429 | branch of the Git repository. | 429 | branch of the Git repository. |
430 | The "master" branch is the “upstream” repository where the final builds of the project occur. | 430 | The "master" branch is the “upstream” repository where the final builds of the project occur. |
431 | The maintainer is responsible for allowing changes in from other developers and for | 431 | The maintainer is responsible for allowing changes in from other developers and for |
432 | organizing the underlying branch structure to reflect release strategies and so forth. | 432 | organizing the underlying branch structure to reflect release strategies and so forth. |
433 | <note>You can see who is the maintainer for Yocto Project files by examining the | ||
434 | <filename>distro_tracking_fields</filename> file in the Yocto Project | ||
435 | <filename>meta/conf/distro/include</filename> directory.</note> | ||
433 | </para> | 436 | </para> |
434 | 437 | ||
435 | <para> | 438 | <para> |