Have mock use https to access kojipkgs.
This commit is contained in:
parent
acf714962b
commit
c702a94e5d
6 changed files with 12 additions and 30 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue