Auto updated from Gerrit 201310171122
[scm/meta/git.git] / README.txt
1 Format of the files with metadata
2 =================================
3
4
5 General formatting rules
6 ------------------------
7
8 - Each file consists of one or more sections
9 - Each section separated by one or more empty lines
10 - Each line in section starts with capital letter (key),colon and space(s)
11 - Lines without key element are ignored
12
13
14 Git tree project object
15 -----------------------
16
17 Filename: "git-trees"
18     T: [mandatory] tree path
19     D: [mandatory] Domain
20     O: [optional] Description
21     P: [optional] Profile (Mobile,IVI,...)
22     S: [optional] Status (Maintained, Obsoleted, ...)
23     M: [optional] Maintainer(s)
24     I: [optional] Integrator(s)
25     R: [optional] Reviewers(s)
26     B: [optional] Branch(es)
27     L: [optional] License(s)
28     H: [optional] Web site or web page related to project
29     U: [optional] Upstream URL
30     V: [optional] Upstream version control system URL
31     C: [optional] Comments
32
33
34 Domain object
35 -------------
36
37 Filename: "domains"
38     D: [mandatory] Domain
39     A: [mandatory] Architect(s)
40     P: [optional] Profile (Mobile,IVI,...)
41     O: [optional] Description
42     S: [optional] Status (Maintained, Obsoleted, ...)
43     M: [optional] Maintainer(s)
44     I: [optional] Integrator(s)
45     R: [optional] Reviewers(s)
46     H: [optional] Web site or web page related to project
47     N: [optional] reserved for parent domain (in case of declaring sub-domains)
48     C: [optional] Comments
49
50
51 Branche object
52 --------------
53
54 Filename: "branches"
55     B: [mandatory] Branch
56     O: [optional] Description
57     P: [optional] Profile (Mobile,IVI,...)
58     S: [optional] Status (?)
59     Z: [optional] OBS project mapping (?)
60     C: [optional] Comments
61
62
63 Reference
64 ---------
65
66 Field keys:
67     A - Architect. Format: FullName <address@domain>
68     B - Branch. Format: [a-z0-9\._]+
69     C - Comments.
70     D - Domain.
71     E - ?
72     F - ?
73     G - ?
74     H - Homepage URL
75     I - Integrator. Format: FullName <address@domain>
76     J - ?
77     K - ? 
78     L - Licenses
79     M - Maintainer. Format: FullName <address@domain>
80     N - PareNt. References another domain object.
81     O - DescriptiOn.
82     P - Profile.
83     Q - ?
84     R - Reviewers.
85     S - Status.
86     T - Tree path.
87     U - Upstream.
88     V - Upstream VCS.
89     W - ?
90     X - ?
91     Y - ?
92     Z - OBS mapping?
93
94
95
96