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