summaryrefslogtreecommitdiffstats
path: root/man/repo-manifest.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/repo-manifest.1')
-rw-r--r--man/repo-manifest.117
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
4repo \- repo manifest - manual page for repo manifest 4repo \- 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.
385Attribute `path`: If specified, limit the change to projects checked out at the 387Attribute `path`: If specified, limit the change to projects checked out at the
386specified path, rather than all projects with the given name. 388specified path, rather than all projects with the given name.
387.PP 389.PP
390Attribute `dest\-path`: If specified, a path relative to the top directory of the
391repo client where the Git working directory for this project should be placed.
392This is used to move a project in the checkout by overriding the existing `path`
393setting.
394.PP
388Attribute `groups`: List of additional groups to which this project belongs. 395Attribute `groups`: List of additional groups to which this project belongs.
389Same syntax as the corresponding element of `project`. 396Same syntax as the corresponding element of `project`.
390.PP 397.PP
@@ -477,6 +484,10 @@ project](#element\-project) for more information.
477Attribute `remote`: Name of a previously defined remote element. If not supplied 484Attribute `remote`: Name of a previously defined remote element. If not supplied
478the remote given by the default element is used. 485the remote given by the default element is used.
479.PP 486.PP
487Attribute `revision`: Name of the Git branch the manifest wants to track for
488this superproject. If not supplied the revision given by the remote element is
489used if applicable, else the default element is used.
490.PP
480Element contactinfo 491Element contactinfo
481.PP 492.PP
482*** *Note*: This is currently a WIP. *** 493*** *Note*: This is currently a WIP. ***