From f8dcda9dcb8de55240f848012d397a1755323283 Mon Sep 17 00:00:00 2001 From: Juliana Rodrigueiro Date: Fri, 18 Oct 2019 07:53:25 +0000 Subject: [PATCH] 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 --- doc/scm_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scm_support.rst b/doc/scm_support.rst index 33c8ba95..2a51853f 100644 --- a/doc/scm_support.rst +++ b/doc/scm_support.rst @@ -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.