1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.11 2008/01/31 14:31:41 jkt Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.12 2008/02/01 19:30:40 jkt Exp $ --> |
4 | |
4 | |
5 | <guide link="/doc/en/bugzilla-howto.xml"> |
5 | <guide link="/doc/en/bugzilla-howto.xml"> |
6 | <title>Gentoo Bug Reporting Guide</title> |
6 | <title>Gentoo Bug Reporting Guide</title> |
7 | |
7 | |
8 | <author title="Author"> |
8 | <author title="Author"> |
… | |
… | |
18 | |
18 | |
19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
21 | <license/> |
21 | <license/> |
22 | |
22 | |
23 | <version>1.10</version> |
23 | <version>1.11</version> |
24 | <date>2008-01-31</date> |
24 | <date>2008-01-31</date> |
25 | |
25 | |
26 | <chapter> |
26 | <chapter> |
27 | <title>Introduction</title> |
27 | <title>Introduction</title> |
28 | <section> |
28 | <section> |
… | |
… | |
1340 | </pre> |
1340 | </pre> |
1341 | |
1341 | |
1342 | <p> |
1342 | <p> |
1343 | Now we'll want to create the appropriate directories to put our test ebuild |
1343 | Now we'll want to create the appropriate directories to put our test ebuild |
1344 | files in. In this case, we're supposed to put them in sys-apps/foobar2. You'll |
1344 | files in. In this case, we're supposed to put them in sys-apps/foobar2. You'll |
1345 | notice that the second comment asks for a files directory for the patch. The |
1345 | notice that the second comment asks for a <path>files</path> directory for the |
1346 | files directory holds the Manifest files (md5sums of files for a particular version of |
1346 | patch. This directory holds other required files that aren't included with |
1347 | a package) and any other required files that aren't included with the standard |
|
|
1348 | source archive (patches, init.d scripts, etc). This is a subdir in the package |
1347 | the standard source archive (patches, init.d scripts, etc). This is a subdir in |
1349 | directory called files. Go ahead and create these directories: |
1348 | the package directory called <path>files</path>. Go ahead and create these |
|
|
1349 | directories: |
1350 | </p> |
1350 | </p> |
1351 | |
1351 | |
1352 | <pre caption="Setting Up The Category And Package Directories"> |
1352 | <pre caption="Setting Up The Category And Package Directories"> |
1353 | # <i>mkdir -p /usr/local/portage/sys-apps/foobar2/files</i> |
1353 | # <i>mkdir -p /usr/local/portage/sys-apps/foobar2/files</i> |
1354 | </pre> |
1354 | </pre> |