Subject : System / Kernel
[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" - Read Only
18     G: [mandatory] Git path
19     D: [mandatory] Domain
20     S: [mandatory] Submit type
21     T: [optional] Package type 
22     O: [optional] Owner(s)
23     B: [optional] Branch(es)
24     L: [optional] License(s)
25     C: [optional] Comments
26
27
28 Domain object
29 -------------
30
31 Filename: "domains" - Read Only
32     D: [mandatory] Domain
33     N: [optional] reserved for parent domain (in case of declaring sub-domains)
34     A: [optional] Architect(s)
35     M: [optional] Maintainer(s)
36     I: [optional] Integrator(s)
37     R: [optional] Reviewers(s)
38
39
40 Branch object - Unused now
41 --------------
42
43 Filename: "branches"
44     B: [mandatory] Branch
45     P: [optional] Profile (Mobile,IVI,...)
46     E: [optional] Description
47
48
49 Reference
50 ---------
51
52 Field keys:
53     A - Architect. Format: FullName <address@domain> (Account ID)
54     B - Branch. Format: [a-z0-9\._]+
55     C - Comments.
56     D - Domain.
57     E - DEscription.
58     F - ?
59     G - Git path.
60     H - Homepage URL.
61     I - Integrator. Format: FullName <address@domain> (Account ID)
62     J - ?
63     K - ? 
64     L - Licenses.
65     M - Maintainer. Format: FullName <address@domain> (Account ID)
66     N - PareNt. References another domain object.
67     O - Git Owner. Format: FullName <address@domain> (Account ID)
68     P - Profile.
69     Q - ?
70     R - Reviewers. Format: FullName <address@domain> (Account ID)
71     S - Submit type. Format: [FAST_FORWARD_ONLY | MERGE_IF_NECESSARY | REBASE_IF_NECESSARY | MERGE_ALWAYS | CHERRY_PICK]
72     T - Package Type. Format : [OPENP | OPENM | DEV | None]
73     U - Upstream.
74     V - Upstream VCS.
75     W - ?
76     X - ?
77     Y - ?
78     Z - ?
79
80
81
82