kiwi: handle include protocols
Related: https://pagure.io/koji/issue/3495
This commit is contained in:
parent
eec1b9ed39
commit
d1d8f512c1
2 changed files with 14 additions and 0 deletions
|
|
@ -282,6 +282,13 @@ option. Similarly to other image tasks, alternative architecture failures can be
|
|||
ignored for successful build by ``--can-fail`` option. ``--arch`` can be used to
|
||||
limit build tag architectures.
|
||||
|
||||
There are some limitation to used kiwi configuration:
|
||||
|
||||
* ``include`` node can use only ``this://`` protocol. Other types like ``file://``
|
||||
or ``https://`` could reach out of the repo preventing reproducible build.
|
||||
* All repositories from description (and included files) are removed and replaced
|
||||
by buildroot repo and other repositories specified by ``--repo`` option.
|
||||
|
||||
Driver Update Disks building
|
||||
============================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue