set https for koji endpoints and verify_ssl true

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-07-06 15:58:13 +00:00
parent dde9f0aedd
commit 2554a35bf7

View file

@ -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',