doc: Make it clear that the field 'repo' has to be empty for 'file' backend
Leaving the field 'repo' out for the 'file' backend makes the compose fail. [ERROR ] Compose run failed: 'repo' Signed-off-by: Juliana Rodrigueiro <juliana.rodrigueiro@intra2net.com>
This commit is contained in:
parent
2ff1f2fac3
commit
f8dcda9dcb
@ -20,7 +20,7 @@ which can contain following keys.
|
||||
|
||||
* ``repo`` -- for Git and CVS backends URL to the repository, for RPM a shell
|
||||
glob for matching package names (or a list of such globs); for ``file``
|
||||
backend this option should be empty (or left out)
|
||||
backend this option should be empty
|
||||
|
||||
* ``branch`` -- branch name for Git and CVS backends, with ``master`` and
|
||||
``HEAD`` as defaults. Ignored for other backends.
|
||||
|
Loading…
Reference in New Issue
Block a user