1 |
jkt 08/02/01 19:30:40 |
2 |
|
3 |
Modified: bugzilla-howto.xml |
4 |
Log: |
5 |
#208475, Manifests aren't under files/ directory |
6 |
|
7 |
Also addedd some markup around "files". |
8 |
|
9 |
Revision Changes Path |
10 |
1.12 xml/htdocs/doc/en/bugzilla-howto.xml |
11 |
|
12 |
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.12&view=markup |
13 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.12&content-type=text/plain |
14 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?r1=1.11&r2=1.12 |
15 |
|
16 |
Index: bugzilla-howto.xml |
17 |
=================================================================== |
18 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v |
19 |
retrieving revision 1.11 |
20 |
retrieving revision 1.12 |
21 |
diff -u -r1.11 -r1.12 |
22 |
--- bugzilla-howto.xml 31 Jan 2008 14:31:41 -0000 1.11 |
23 |
+++ bugzilla-howto.xml 1 Feb 2008 19:30:40 -0000 1.12 |
24 |
@@ -1,6 +1,6 @@ |
25 |
<?xml version="1.0" encoding="UTF-8"?> |
26 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
27 |
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.11 2008/01/31 14:31:41 jkt Exp $ --> |
28 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.12 2008/02/01 19:30:40 jkt Exp $ --> |
29 |
|
30 |
<guide link="/doc/en/bugzilla-howto.xml"> |
31 |
<title>Gentoo Bug Reporting Guide</title> |
32 |
@@ -20,7 +20,7 @@ |
33 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
34 |
<license/> |
35 |
|
36 |
-<version>1.10</version> |
37 |
+<version>1.11</version> |
38 |
<date>2008-01-31</date> |
39 |
|
40 |
<chapter> |
41 |
@@ -1342,11 +1342,11 @@ |
42 |
<p> |
43 |
Now we'll want to create the appropriate directories to put our test ebuild |
44 |
files in. In this case, we're supposed to put them in sys-apps/foobar2. You'll |
45 |
-notice that the second comment asks for a files directory for the patch. The |
46 |
-files directory holds the Manifest files (md5sums of files for a particular version of |
47 |
-a package) and any other required files that aren't included with the standard |
48 |
-source archive (patches, init.d scripts, etc). This is a subdir in the package |
49 |
-directory called files. Go ahead and create these directories: |
50 |
+notice that the second comment asks for a <path>files</path> directory for the |
51 |
+patch. This directory holds other required files that aren't included with |
52 |
+the standard source archive (patches, init.d scripts, etc). This is a subdir in |
53 |
+the package directory called <path>files</path>. Go ahead and create these |
54 |
+directories: |
55 |
</p> |
56 |
|
57 |
<pre caption="Setting Up The Category And Package Directories"> |
58 |
|
59 |
|
60 |
|
61 |
-- |
62 |
gentoo-doc-cvs@l.g.o mailing list |