diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manifest-format.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index 45fd615e..c3bfcff0 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -96,6 +96,7 @@ following DTD: | |||
96 | 96 | ||
97 | <!ELEMENT remove-project EMPTY> | 97 | <!ELEMENT remove-project EMPTY> |
98 | <!ATTLIST remove-project name CDATA #REQUIRED> | 98 | <!ATTLIST remove-project name CDATA #REQUIRED> |
99 | <!ATTLIST remove-project optional CDATA #IMPLIED> | ||
99 | 100 | ||
100 | <!ELEMENT repo-hooks EMPTY> | 101 | <!ELEMENT repo-hooks EMPTY> |
101 | <!ATTLIST repo-hooks in-project CDATA #REQUIRED> | 102 | <!ATTLIST repo-hooks in-project CDATA #REQUIRED> |
@@ -393,6 +394,9 @@ This element is mostly useful in a local manifest file, where | |||
393 | the user can remove a project, and possibly replace it with their | 394 | the user can remove a project, and possibly replace it with their |
394 | own definition. | 395 | own definition. |
395 | 396 | ||
397 | Attribute `optional`: Set to true to ignore remove-project elements with no | ||
398 | matching `project` element. | ||
399 | |||
396 | ### Element repo-hooks | 400 | ### Element repo-hooks |
397 | 401 | ||
398 | NB: See the [practical documentation](./repo-hooks.md) for using repo hooks. | 402 | NB: See the [practical documentation](./repo-hooks.md) for using repo hooks. |