Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/x86: arch-testers-faq.xml
Date: Fri, 08 Jan 2010 09:20:38
Message-Id: E1NTB1H-0002XJ-FA@stork.gentoo.org
1 fauli 10/01/08 09:20:35
2
3 Modified: arch-testers-faq.xml
4 Log:
5 AT FAQ: Tell about FEATURES=test
6
7 Revision Changes Path
8 1.10 xml/htdocs/proj/en/base/x86/arch-testers-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?r1=1.9&r2=1.10
13
14 Index: arch-testers-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- arch-testers-faq.xml 8 Jan 2010 09:19:14 -0000 1.9
21 +++ arch-testers-faq.xml 8 Jan 2010 09:20:35 -0000 1.10
22 @@ -2,7 +2,7 @@
23
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v 1.9 2010/01/08 09:19:14 fauli Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v 1.10 2010/01/08 09:20:35 fauli Exp $ -->
28
29 <guide link="/proj/en/base/x86/arch-testers-faq.xml">
30 <title>Gentoo x86 Arch Tester's FAQ</title>
31 @@ -13,6 +13,9 @@
32 <author title="Editor">
33 <mail link="fox2mike@g.o">Shyam Mani</mail>
34 </author>
35 +<author title="Editor">
36 + <mail link="fauli@g.o">Christian Faulhammer</mail>
37 +</author>
38
39 <abstract>
40 This document is the x86 Arch Tester's bible.
41 @@ -22,8 +25,8 @@
42 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
43 <license/>
44
45 -<version>1.1</version>
46 -<date>2006-01-16</date>
47 +<version>1.2</version>
48 +<date>2010-01-08</date>
49
50 <chapter>
51 <title>Introduction</title>
52 @@ -206,7 +209,7 @@
53 You need to help arch devs test packages. Testing a package requires more
54 than just ensuring it compiles. It is expected that you will ensure that
55 atleast major functionality works in the application. When testing a package,
56 -ensure you have <c>FEATURES="collision-protect"</c> on. If any package fails to
57 +ensure you have <c>FEATURES="test collision-protect"</c> on. If any package fails to
58 emerge with this feature set, it is a major QA issue and we can't proceed
59 until it's resolved.
60 </p>
61 @@ -306,7 +309,7 @@
62 <ol>
63 <li>Ensure that all packages in the system/chroot are stable.</li>
64 <li>
65 - Set <c>FEATURES="collision-protect"</c> in <path>/etc/make.conf</path> and
66 + Set <c>FEATURES="test collision-protect"</c> in <path>/etc/make.conf</path> and
67 use a "sane" set of <c>CFLAGS</c>.
68 </li>
69 <li>