diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-21 10:24:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:07:49 +0100 |
commit | 854edda7d777d438a31870ac75de441e946580f9 (patch) | |
tree | df0a785d0fa08175bb5cdbd6c277122cdf65e0ca /documentation | |
parent | 4aa45aca7a42925104db10bfeb0e04a8d5f28824 (diff) | |
download | poky-854edda7d777d438a31870ac75de441e946580f9.tar.gz |
dev-manual: Updated branch descriptions for better manual maintenance
The "Repositories, Tags, and Branches" section had some wording
that described how branches are maintained in the poky repo that
made it hard to maintain in the doc from release to release. I had
a list of past releases by name and as such would have to update
it every release to make it reflect the last set. Well... this
is not the best way to do this and proved out as it slipped through
the cracks for the YP 1.8 release. Consequently, I recast the text
so it is "release proof".
(From yocto-docs rev: 5ed1238f53320a3aa1f00ea04191cacdad5fbe95)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index c8b7b565ea..71c142e205 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -982,10 +982,10 @@ | |||
982 | not files. | 982 | not files. |
983 | Git uses "branches" to organize different development efforts. | 983 | Git uses "branches" to organize different development efforts. |
984 | For example, the <filename>poky</filename> repository has | 984 | For example, the <filename>poky</filename> repository has |
985 | <filename>denzil</filename>, <filename>danny</filename>, | 985 | several branches that include the current |
986 | <filename>dylan</filename>, <filename>dora</filename>, | 986 | <filename>&DISTRO_NAME;</filename> branch, the |
987 | <filename>daisy</filename>, and <filename>master</filename> branches | 987 | <filename>master</filename> branch, and many branches for past |
988 | among others. | 988 | Yocto Project releases. |
989 | You can see all the branches by going to | 989 | You can see all the branches by going to |
990 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/'></ulink> and | 990 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi/poky/'></ulink> and |
991 | clicking on the | 991 | clicking on the |