[checks] Don't always require jigdo

If the configuration specifically requests no jigdos, there is no point
in checking for the binary existence.

This is not 100% reliable. The jigdo option defaults to True, so if the
option is not specified the binary is required even if there are no
images configured.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-03-10 09:08:19 +01:00
parent d909adf26c
commit 337d2a999c
3 changed files with 32 additions and 19 deletions

View file

@ -109,3 +109,5 @@ createiso_skip = [
'src': True
}),
]
create_jigdo = False