make repomirror a little easier to use

This commit is contained in:
brent s
2020-07-23 14:26:36 -04:00
parent 6e9042f023
commit 9b5b460496
3 changed files with 10 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
<xs:element name="mountCheck" type="t_unix_dirpath" minOccurs="1"/>
<xs:element name="owner" type="e_repomir_owner" minOccurs="0"/>
<xs:element name="rsyncArgs" minOccurs="0" maxOccurs="1" type="t_unix_args"/>
<xs:element name="rsyncIgnore" minOccurs="0" maxOccurs="1" type="e_repomir_ignoreExit"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="xs:ID" use="required"/>