mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Have mock use https to access kojipkgs.
This commit is contained in:
@@ -26,16 +26,13 @@ assumeyes=1
|
||||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://{{kojipkgs_url}}/mash/branched/armhfp/os
|
||||
baseurl=https://{{kojipkgs_url}}/mash/branched/armhfp/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://{{kojipkgs_url}}/repos/f21-build/latest/armhfp
|
||||
baseurl=https://{{kojipkgs_url}}/repos/f21-build/latest/armhfp
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -26,16 +26,13 @@ assumeyes=1
|
||||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://{{kojipkgs_url}}/mash/branched/i386/os
|
||||
baseurl=https://{{kojipkgs_url}}/mash/branched/i386/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://{{kojipkgs_url}}/repos/f21-build/latest/i386
|
||||
baseurl=https://{{kojipkgs_url}}/repos/f21-build/latest/i386
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -26,16 +26,13 @@ assumeyes=1
|
||||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://{{kojipkgs_url}}/mash/branched/x86_64/os
|
||||
baseurl=https://{{kojipkgs_url}}/mash/branched/x86_64/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://{{kojipkgs_url}}/repos/f21-build/latest/x86_64
|
||||
baseurl=https://{{kojipkgs_url}}/repos/f21-build/latest/x86_64
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -25,16 +25,13 @@ assumeyes=1
|
||||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://{{kojipkgs_url}}/mash/rawhide/armhfp/os
|
||||
baseurl=https://{{kojipkgs_url}}/mash/rawhide/armhfp/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://{{kojipkgs_url}}/repos/rawhide/latest/armhfp
|
||||
baseurl=https://{{kojipkgs_url}}/repos/rawhide/latest/armhfp
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -25,16 +25,13 @@ assumeyes=1
|
||||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://{{kojipkgs_url}}/mash/rawhide/i386/os
|
||||
baseurl=https://{{kojipkgs_url}}/mash/rawhide/i386/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://{{kojipkgs_url}}/repos/rawhide/latest/i386
|
||||
baseurl=https://{{kojipkgs_url}}/repos/rawhide/latest/i386
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -25,16 +25,13 @@ assumeyes=1
|
||||
|
||||
[fedora]
|
||||
name=fedora
|
||||
baseurl=http://{{kojipkgs_url}}/mash/rawhide/x86_64/os
|
||||
baseurl=https://{{kojipkgs_url}}/mash/rawhide/x86_64/os
|
||||
enabled=1
|
||||
cost=5000
|
||||
|
||||
[static]
|
||||
name=static
|
||||
baseurl=http://{{kojipkgs_url}}/repos/rawhide/latest/x86_64
|
||||
baseurl=https://{{kojipkgs_url}}/repos/rawhide/latest/x86_64
|
||||
enabled=1
|
||||
#cost=2000
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user