1 Format of the files with metadata
2 =================================
5 General formatting rules
6 ------------------------
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
14 Git tree project object
15 -----------------------
17 Filename: "git-trees" - Read Only
18 G: [mandatory] Git path
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
31 Filename: "domains" - Read Only
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)
40 Branch object - Unused now
45 P: [optional] Profile (Mobile,IVI,...)
46 E: [optional] Description
53 A - Architect. Format: FullName <address@domain> (Account ID)
54 B - Branch. Format: [a-z0-9\._]+
61 I - Integrator. Format: FullName <address@domain> (Account ID)
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)
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]