[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:
parent
d909adf26c
commit
337d2a999c
3 changed files with 32 additions and 19 deletions
|
|
@ -109,3 +109,5 @@ createiso_skip = [
|
|||
'src': True
|
||||
}),
|
||||
]
|
||||
|
||||
create_jigdo = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue