atomic: use kojipkgs url everywhere

We need to use the kojipkgs url on the builders because they don't
have access to dl.fp.o. After some discussion we have just decided
to use the kojipkgs url everywhere as the dl.fp.o url is just a
redirect anyway.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2017-02-09 10:57:44 -05:00
parent f28479362c
commit d9f808536d
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -599,14 +599,14 @@ ostree_installer = [
"installpkgs": ["fedora-productimg-atomic"],
"add_template": ["atomic-installer/lorax-configure-repo.tmpl"],
"add_template_var": [
"ostree_repo=https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/",
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/25/",
"ostree_osname=fedora-atomic",
"ostree_install_ref=fedora-atomic/25/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/25/x86_64/docker-host",
],
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
"add_arch_template_var": [
"ostree_repo=https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/",
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/25/",
"ostree_osname=fedora-atomic",
"ostree_install_ref=fedora-atomic/25/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/25/x86_64/docker-host",