OSBS: vendor in osbs.conf is deprecated
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
b5ebe9590a
commit
631c77236b
6 changed files with 5 additions and 10 deletions
|
@ -38,7 +38,7 @@ osbs_registry_uri: ''
|
|||
osbs_source_registry_uri: ''
|
||||
osbs_build_json_dir: /usr/share/osbs
|
||||
osbs_sources_command: fedpkg sources
|
||||
osbs_vendor: Fedora Project
|
||||
osbs_vendor: ""
|
||||
osbs_nodeselector: ''
|
||||
osbs_buildroot_repository: ''
|
||||
osbs_buildroot_imagestream: ''
|
||||
|
|
|
@ -47,13 +47,14 @@ registry_uri = {{ osbs_registry_uri }}
|
|||
source_registry_uri = {{ osbs_source_registry_uri }}
|
||||
{% endif %}
|
||||
sources_command = {{ osbs_sources_command }}
|
||||
{% if osbs_vendor %}
|
||||
vendor = {{ osbs_vendor }}
|
||||
{% endif %}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
[platform:x86_64]
|
||||
architecture = amd64
|
||||
enable_v1 = true
|
||||
|
||||
[platform:aarch64]
|
||||
architecture = arm64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue