| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-branches.xml,v 1.11 2005/04/25 14:29:19 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-branches.xml,v 1.12 2005/08/11 12:28:23 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.5</version> |
11 | <version>1.6</version> |
| 12 | <date>2005-04-25</date> |
12 | <date>2005-08-11</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Using One Branch</title> |
15 | <title>Using One Branch</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>The Stable Branch</title> |
17 | <title>The Stable Branch</title> |
| … | |
… | |
| 46 | testing, it means that the developers feel that it is functional but has not |
46 | testing, it means that the developers feel that it is functional but has not |
| 47 | been thoroughly tested. You could very well be the first to discover a bug in |
47 | been thoroughly tested. You could very well be the first to discover a bug in |
| 48 | the package in which case you could file a <uri |
48 | the package in which case you could file a <uri |
| 49 | link="http://bugs.gentoo.org">bugreport</uri> to let the developers know about |
49 | link="http://bugs.gentoo.org">bugreport</uri> to let the developers know about |
| 50 | it. |
50 | it. |
|
|
51 | </p> |
|
|
52 | |
|
|
53 | <p> |
|
|
54 | Beware though, you might notice stability issues, imperfect package handling |
|
|
55 | (for instance wrong/missing dependencies), too frequent updates (resulting in |
|
|
56 | lots of building) or broken packages. If you do not know how Gentoo works and |
|
|
57 | how to solve problems, we recommend that you stick with the stable and tested |
|
|
58 | branch. |
| 51 | </p> |
59 | </p> |
| 52 | |
60 | |
| 53 | <p> |
61 | <p> |
| 54 | For example, to select the testing branch for the x86 architecture, edit |
62 | For example, to select the testing branch for the x86 architecture, edit |
| 55 | <path>/etc/make.conf</path> and set: |
63 | <path>/etc/make.conf</path> and set: |