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:
Juliana Rodrigueiro 2019-10-18 07:53:25 +00:00
parent 2ff1f2fac3
commit f8dcda9dcb

View File

@ -20,7 +20,7 @@ which can contain following keys.
* ``repo`` -- for Git and CVS backends URL to the repository, for RPM a shell * ``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`` 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 * ``branch`` -- branch name for Git and CVS backends, with ``master`` and
``HEAD`` as defaults. Ignored for other backends. ``HEAD`` as defaults. Ignored for other backends.