diff options
Diffstat (limited to 'man/repo-manifest.1')
-rw-r--r-- | man/repo-manifest.1 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/man/repo-manifest.1 b/man/repo-manifest.1 index be467607..ab9f7ed3 100644 --- a/man/repo-manifest.1 +++ b/man/repo-manifest.1 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
2 | .TH REPO "1" "July 2021" "repo manifest" "Repo Manual" | 2 | .TH REPO "1" "November 2021" "repo manifest" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repo manifest - manual page for repo manifest | 4 | repo \- repo manifest - manual page for repo manifest |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -161,6 +161,7 @@ CDATA #IMPLIED> | |||
161 | <!ELEMENT extend\-project EMPTY> | 161 | <!ELEMENT extend\-project EMPTY> |
162 | <!ATTLIST extend\-project name CDATA #REQUIRED> | 162 | <!ATTLIST extend\-project name CDATA #REQUIRED> |
163 | <!ATTLIST extend\-project path CDATA #IMPLIED> | 163 | <!ATTLIST extend\-project path CDATA #IMPLIED> |
164 | <!ATTLIST extend\-project dest\-path CDATA #IMPLIED> | ||
164 | <!ATTLIST extend\-project groups CDATA #IMPLIED> | 165 | <!ATTLIST extend\-project groups CDATA #IMPLIED> |
165 | <!ATTLIST extend\-project revision CDATA #IMPLIED> | 166 | <!ATTLIST extend\-project revision CDATA #IMPLIED> |
166 | <!ATTLIST extend\-project remote CDATA #IMPLIED> | 167 | <!ATTLIST extend\-project remote CDATA #IMPLIED> |
@@ -174,8 +175,9 @@ CDATA #IMPLIED> | |||
174 | <!ATTLIST repo\-hooks enabled\-list CDATA #REQUIRED> | 175 | <!ATTLIST repo\-hooks enabled\-list CDATA #REQUIRED> |
175 | .IP | 176 | .IP |
176 | <!ELEMENT superproject EMPTY> | 177 | <!ELEMENT superproject EMPTY> |
177 | <!ATTLIST superproject name CDATA #REQUIRED> | 178 | <!ATTLIST superproject name CDATA #REQUIRED> |
178 | <!ATTLIST superproject remote IDREF #IMPLIED> | 179 | <!ATTLIST superproject remote IDREF #IMPLIED> |
180 | <!ATTLIST superproject revision CDATA #IMPLIED> | ||
179 | .IP | 181 | .IP |
180 | <!ELEMENT contactinfo EMPTY> | 182 | <!ELEMENT contactinfo EMPTY> |
181 | <!ATTLIST contactinfo bugurl CDATA #REQUIRED> | 183 | <!ATTLIST contactinfo bugurl CDATA #REQUIRED> |
@@ -385,6 +387,11 @@ original manifest. | |||
385 | Attribute `path`: If specified, limit the change to projects checked out at the | 387 | Attribute `path`: If specified, limit the change to projects checked out at the |
386 | specified path, rather than all projects with the given name. | 388 | specified path, rather than all projects with the given name. |
387 | .PP | 389 | .PP |
390 | Attribute `dest\-path`: If specified, a path relative to the top directory of the | ||
391 | repo client where the Git working directory for this project should be placed. | ||
392 | This is used to move a project in the checkout by overriding the existing `path` | ||
393 | setting. | ||
394 | .PP | ||
388 | Attribute `groups`: List of additional groups to which this project belongs. | 395 | Attribute `groups`: List of additional groups to which this project belongs. |
389 | Same syntax as the corresponding element of `project`. | 396 | Same syntax as the corresponding element of `project`. |
390 | .PP | 397 | .PP |
@@ -477,6 +484,10 @@ project](#element\-project) for more information. | |||
477 | Attribute `remote`: Name of a previously defined remote element. If not supplied | 484 | Attribute `remote`: Name of a previously defined remote element. If not supplied |
478 | the remote given by the default element is used. | 485 | the remote given by the default element is used. |
479 | .PP | 486 | .PP |
487 | Attribute `revision`: Name of the Git branch the manifest wants to track for | ||
488 | this superproject. If not supplied the revision given by the remote element is | ||
489 | used if applicable, else the default element is used. | ||
490 | .PP | ||
480 | Element contactinfo | 491 | Element contactinfo |
481 | .PP | 492 | .PP |
482 | *** *Note*: This is currently a WIP. *** | 493 | *** *Note*: This is currently a WIP. *** |