Shawn O. Pearce | 3e54819 | 2008-11-04 11:19:36 -0800 | [diff] [blame] | 1 | repo Manifest Format |
| 2 | ==================== |
| 3 | |
| 4 | A repo manifest describes the structure of a repo client; that is |
| 5 | the directories that are visible and where they should be obtained |
| 6 | from with git. |
| 7 | |
| 8 | The basic structure of a manifest is a bare Git repository holding |
| 9 | a single 'default.xml' XML file in the top level directory. |
| 10 | |
| 11 | Manifests are inherently version controlled, since they are kept |
| 12 | within a Git repository. Updates to manifests are automatically |
| 13 | obtained by clients during `repo sync`. |
| 14 | |
| 15 | |
| 16 | XML File Format |
| 17 | --------------- |
| 18 | |
| 19 | A manifest XML file (e.g. 'default.xml') roughly conforms to the |
| 20 | following DTD: |
| 21 | |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 22 | <!DOCTYPE manifest [ |
Doug Anderson | 2b8db3c | 2010-11-01 15:08:06 -0700 | [diff] [blame] | 23 | <!ELEMENT manifest (notice?, |
| 24 | remote*, |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 25 | default?, |
Nico Sallembien | a1bfd2c | 2010-04-06 10:40:01 -0700 | [diff] [blame] | 26 | manifest-server?, |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 27 | remove-project*, |
Doug Anderson | 37282b4 | 2011-03-04 11:54:18 -0800 | [diff] [blame] | 28 | project*, |
| 29 | repo-hooks?)> |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 30 | |
Doug Anderson | 2b8db3c | 2010-11-01 15:08:06 -0700 | [diff] [blame] | 31 | <!ELEMENT notice (#PCDATA)> |
| 32 | |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 33 | <!ELEMENT remote (EMPTY)> |
| 34 | <!ATTLIST remote name ID #REQUIRED> |
| 35 | <!ATTLIST remote fetch CDATA #REQUIRED> |
| 36 | <!ATTLIST remote review CDATA #IMPLIED> |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 37 | |
| 38 | <!ELEMENT default (EMPTY)> |
| 39 | <!ATTLIST default remote IDREF #IMPLIED> |
| 40 | <!ATTLIST default revision CDATA #IMPLIED> |
Shawn O. Pearce | 6392c87 | 2011-09-22 17:44:31 -0700 | [diff] [blame] | 41 | <!ATTLIST default sync-j CDATA #IMPLIED> |
Nico Sallembien | a1bfd2c | 2010-04-06 10:40:01 -0700 | [diff] [blame] | 42 | |
| 43 | <!ELEMENT manifest-server (EMPTY)> |
| 44 | <!ATTLIST url CDATA #REQUIRED> |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 45 | |
James W. Mills | 24c1308 | 2012-04-12 15:04:13 -0500 | [diff] [blame] | 46 | <!ELEMENT project (annotation?)> |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 47 | <!ATTLIST project name CDATA #REQUIRED> |
| 48 | <!ATTLIST project path CDATA #IMPLIED> |
| 49 | <!ATTLIST project remote IDREF #IMPLIED> |
| 50 | <!ATTLIST project revision CDATA #IMPLIED> |
Colin Cross | 5acde75 | 2012-03-28 20:15:45 -0700 | [diff] [blame] | 51 | <!ATTLIST project groups CDATA #IMPLIED> |
James W. Mills | 24c1308 | 2012-04-12 15:04:13 -0500 | [diff] [blame] | 52 | |
| 53 | <!ELEMENT annotation (EMPTY)> |
| 54 | <!ATTLIST annotation name CDATA #REQUIRED> |
| 55 | <!ATTLIST annotation value CDATA #REQUIRED> |
| 56 | <!ATTLIST annotation keep CDATA "true"> |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 57 | |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 58 | <!ELEMENT remove-project (EMPTY)> |
| 59 | <!ATTLIST remove-project name CDATA #REQUIRED> |
Doug Anderson | 37282b4 | 2011-03-04 11:54:18 -0800 | [diff] [blame] | 60 | |
| 61 | <!ELEMENT repo-hooks (EMPTY)> |
| 62 | <!ATTLIST repo-hooks in-project CDATA #REQUIRED> |
| 63 | <!ATTLIST repo-hooks enabled-list CDATA #REQUIRED> |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 64 | ]> |
Shawn O. Pearce | 3e54819 | 2008-11-04 11:19:36 -0800 | [diff] [blame] | 65 | |
| 66 | A description of the elements and their attributes follows. |
| 67 | |
| 68 | |
| 69 | Element manifest |
| 70 | ---------------- |
| 71 | |
| 72 | The root element of the file. |
| 73 | |
| 74 | |
| 75 | Element remote |
| 76 | -------------- |
| 77 | |
| 78 | One or more remote elements may be specified. Each remote element |
| 79 | specifies a Git URL shared by one or more projects and (optionally) |
| 80 | the Gerrit review server those projects upload changes through. |
| 81 | |
| 82 | Attribute `name`: A short name unique to this manifest file. The |
| 83 | name specified here is used as the remote name in each project's |
| 84 | .git/config, and is therefore automatically available to commands |
| 85 | like `git fetch`, `git remote`, `git pull` and `git push`. |
| 86 | |
| 87 | Attribute `fetch`: The Git URL prefix for all projects which use |
| 88 | this remote. Each project's name is appended to this prefix to |
| 89 | form the actual URL used to clone the project. |
| 90 | |
| 91 | Attribute `review`: Hostname of the Gerrit server where reviews |
| 92 | are uploaded to by `repo upload`. This attribute is optional; |
| 93 | if not specified then `repo upload` will not function. |
| 94 | |
Shawn O. Pearce | 3e54819 | 2008-11-04 11:19:36 -0800 | [diff] [blame] | 95 | Element default |
| 96 | --------------- |
| 97 | |
| 98 | At most one default element may be specified. Its remote and |
| 99 | revision attributes are used when a project element does not |
| 100 | specify its own remote or revision attribute. |
| 101 | |
| 102 | Attribute `remote`: Name of a previously defined remote element. |
| 103 | Project elements lacking a remote attribute of their own will use |
| 104 | this remote. |
| 105 | |
| 106 | Attribute `revision`: Name of a Git branch (e.g. `master` or |
| 107 | `refs/heads/master`). Project elements lacking their own |
| 108 | revision attribute will use this revision. |
| 109 | |
| 110 | |
Nico Sallembien | a1bfd2c | 2010-04-06 10:40:01 -0700 | [diff] [blame] | 111 | Element manifest-server |
| 112 | ----------------------- |
| 113 | |
| 114 | At most one manifest-server may be specified. The url attribute |
| 115 | is used to specify the URL of a manifest server, which is an |
| 116 | XML RPC service that will return a manifest in which each project |
| 117 | is pegged to a known good revision for the current branch and |
| 118 | target. |
| 119 | |
| 120 | The manifest server should implement: |
| 121 | |
| 122 | GetApprovedManifest(branch, target) |
| 123 | |
| 124 | The target to use is defined by environment variables TARGET_PRODUCT |
| 125 | and TARGET_BUILD_VARIANT. These variables are used to create a string |
| 126 | of the form $TARGET_PRODUCT-$TARGET_BUILD_VARIANT, e.g. passion-userdebug. |
| 127 | If one of those variables or both are not present, the program will call |
| 128 | GetApprovedManifest without the target paramater and the manifest server |
| 129 | should choose a reasonable default target. |
| 130 | |
| 131 | |
Shawn O. Pearce | 3e54819 | 2008-11-04 11:19:36 -0800 | [diff] [blame] | 132 | Element project |
| 133 | --------------- |
| 134 | |
| 135 | One or more project elements may be specified. Each element |
| 136 | describes a single Git repository to be cloned into the repo |
| 137 | client workspace. |
| 138 | |
| 139 | Attribute `name`: A unique name for this project. The project's |
| 140 | name is appended onto its remote's fetch URL to generate the actual |
| 141 | URL to configure the Git remote with. The URL gets formed as: |
| 142 | |
| 143 | ${remote_fetch}/${project_name}.git |
| 144 | |
| 145 | where ${remote_fetch} is the remote's fetch attribute and |
| 146 | ${project_name} is the project's name attribute. The suffix ".git" |
| 147 | is always appended as repo assumes the upstream is a forrest of |
| 148 | bare Git repositories. |
| 149 | |
| 150 | The project name must match the name Gerrit knows, if Gerrit is |
| 151 | being used for code reviews. |
| 152 | |
| 153 | Attribute `path`: An optional path relative to the top directory |
| 154 | of the repo client where the Git working directory for this project |
| 155 | should be placed. If not supplied the project name is used. |
| 156 | |
| 157 | Attribute `remote`: Name of a previously defined remote element. |
| 158 | If not supplied the remote given by the default element is used. |
| 159 | |
| 160 | Attribute `revision`: Name of the Git branch the manifest wants |
| 161 | to track for this project. Names can be relative to refs/heads |
| 162 | (e.g. just "master") or absolute (e.g. "refs/heads/master"). |
| 163 | Tags and/or explicit SHA-1s should work in theory, but have not |
| 164 | been extensively tested. If not supplied the revision given by |
| 165 | the default element is used. |
| 166 | |
Colin Cross | 5acde75 | 2012-03-28 20:15:45 -0700 | [diff] [blame] | 167 | Attribute `groups`: List of groups to which this project belongs, |
Conley Owens | 971de8e | 2012-04-16 10:36:08 -0700 | [diff] [blame^] | 168 | whitespace or comma separated. All projects belong to the group |
| 169 | "default". |
Colin Cross | 5acde75 | 2012-03-28 20:15:45 -0700 | [diff] [blame] | 170 | |
James W. Mills | 24c1308 | 2012-04-12 15:04:13 -0500 | [diff] [blame] | 171 | Element annotation |
| 172 | ------------------ |
| 173 | |
| 174 | Zero or more annotation elements may be specified as children of a |
| 175 | project element. Each element describes a name-value pair that will be |
| 176 | exported into each project's environment during a 'forall' command, |
| 177 | prefixed with REPO__. In addition, there is an optional attribute |
| 178 | "keep" which accepts the case insensitive values "true" (default) or |
| 179 | "false". This attribute determines whether or not the annotation will |
| 180 | be kept when exported with the manifest subcommand. |
| 181 | |
Shawn O. Pearce | 03eaf07 | 2008-11-20 11:42:22 -0800 | [diff] [blame] | 182 | Element remove-project |
| 183 | ---------------------- |
| 184 | |
| 185 | Deletes the named project from the internal manifest table, possibly |
| 186 | allowing a subsequent project element in the same manifest file to |
| 187 | replace the project with a different source. |
| 188 | |
| 189 | This element is mostly useful in the local_manifest.xml, where |
| 190 | the user can remove a project, and possibly replace it with their |
| 191 | own definition. |
| 192 | |
| 193 | |
Shawn O. Pearce | 70cd4ab | 2008-11-06 08:48:44 -0800 | [diff] [blame] | 194 | Local Manifest |
| 195 | ============== |
| 196 | |
| 197 | Additional remotes and projects may be added through a local |
| 198 | manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. |
| 199 | |
| 200 | For example: |
| 201 | |
Shawn O. Pearce | 43c3d9e | 2009-03-04 14:26:50 -0800 | [diff] [blame] | 202 | $ cat .repo/local_manifest.xml |
| 203 | <?xml version="1.0" encoding="UTF-8"?> |
| 204 | <manifest> |
| 205 | <project path="manifest" |
| 206 | name="tools/manifest" /> |
| 207 | <project path="platform-manifest" |
| 208 | name="platform/manifest" /> |
| 209 | </manifest> |
Shawn O. Pearce | 70cd4ab | 2008-11-06 08:48:44 -0800 | [diff] [blame] | 210 | |
| 211 | Users may add projects to the local manifest prior to a `repo sync` |
| 212 | invocation, instructing repo to automatically download and manage |
| 213 | these extra projects. |