set https for koji endpoints and verify_ssl true
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
dde9f0aedd
commit
2554a35bf7
1 changed files with 6 additions and 6 deletions
|
@ -145,13 +145,13 @@
|
|||
registry_uri: 'https://registry.stg.fedoraproject.org/v2',
|
||||
source_registry_uri: 'https://registry.stg.fedoraproject.org/v2',
|
||||
build_host: 'osbs.stg.fedoraproject.org',
|
||||
koji_root: 'http://koji.stg.fedoraproject.org/koji',
|
||||
koji_hub: 'http://koji.stg.fedoraproject.org/kojihub',
|
||||
koji_root: 'https://koji.stg.fedoraproject.org/koji',
|
||||
koji_hub: 'https://koji.stg.fedoraproject.org/kojihub',
|
||||
sources_command: 'fedpkg sources',
|
||||
build_type: 'prod',
|
||||
authoritative_registry: 'registry.example.com',
|
||||
vendor: 'Fedora Project',
|
||||
verify_ssl: false,
|
||||
verify_ssl: true,
|
||||
use_auth: true,
|
||||
builder_use_auth: true,
|
||||
distribution_scope: 'private',
|
||||
|
@ -175,13 +175,13 @@
|
|||
registry_uri: 'https://osbs.fedoraproject.org/v2',
|
||||
source_registry_uri: 'https://osbs.fedoraproject.org/v2',
|
||||
build_host: 'osbs.fedoraproject.org',
|
||||
koji_root: 'http://koji.fedoraproject.org/koji',
|
||||
koji_hub: 'http://koji.fedoraproject.org/kojihub',
|
||||
koji_root: 'https://koji.fedoraproject.org/koji',
|
||||
koji_hub: 'https://koji.fedoraproject.org/kojihub',
|
||||
sources_command: 'fedpkg sources',
|
||||
build_type: 'prod',
|
||||
authoritative_registry: 'registry.example.com',
|
||||
vendor: 'Fedora Project',
|
||||
verify_ssl: false,
|
||||
verify_ssl: true,
|
||||
use_auth: true,
|
||||
builder_use_auth: true,
|
||||
distribution_scope: 'private',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue