#3555 fix include path
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue3553  into  master

Download 3555.patch

Related: https://pagure.io/koji/issue/3553

@ngompa I've fixed the inclusion part, nevertheless, I'm not able to build image from that repo even locally:

$ kiwi-ng --kiwi-file CentOS-Stream-Hyperscale-Spin.kiwi system build --description . --target-dir test
[ INFO    ]: 13:58:36 | Reading runtime config file: '/etc/kiwi.yml'
[ INFO    ]: 13:58:36 | Loading XML description
[ INFO    ]: 13:58:36 | Support for multiple markup descriptions available
[ ERROR   ]: 13:58:37 | KiwiTypeNotFound: No build type defined with applied profiles: []

You need to select a profile. If you don't, it can't build anything.

$ kiwi-ng --type=oem --profile=OpenStack --color-output system build --description . --target-dir test

rebased onto 18bbb5b21d4da8120fb9f3193248dd6faa915222

Hmm, we're not passing --type. Anyway, it works now.

:thumbsup:

Hmm, we're not passing --type. Anyway, it works now.

It'll probably work as long as you don't have multiple types defined for a profile. It's probably worth adding a way to set type too, or make it so Koji will build all the different types as separate tasks, or something...

Filed #3556

:thumbsup:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

rebased onto 94c47694509b2ff844cbc1019c65308e51b13291

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

Commit 07536056 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata