Move comps and spin-kickstarts to pagure
This commit is contained in:
parent
afc29d11ef
commit
d994bcaa5f
3 changed files with 4 additions and 4 deletions
|
@ -124,7 +124,7 @@ jobs = cache_release_data refresh_metrics approve_testing_updates
|
|||
|
||||
## Comps configuration
|
||||
comps_dir = /var/cache/bodhi/comps
|
||||
comps_url = https://git.fedorahosted.org/comps.git
|
||||
comps_url = https://pagure.io/fedora-comps.git
|
||||
|
||||
##
|
||||
## Mirror settings
|
||||
|
|
|
@ -101,7 +101,7 @@ jobs = cache_release_data refresh_metrics approve_testing_updates
|
|||
|
||||
## Comps configuration
|
||||
comps_dir = /var/cache/bodhi/comps
|
||||
comps_url = https://git.fedorahosted.org/comps.git
|
||||
comps_url = https://pagure.io/fedora-comps.git
|
||||
|
||||
##
|
||||
## Mirror settings
|
||||
|
|
|
@ -52,10 +52,10 @@ pkgurl=http://kojipkgs.stg.fedoraproject.org/packages
|
|||
|
||||
{% if env == 'staging' %}
|
||||
; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
|
||||
allowed_scms=pkgs.stg.fedoraproject.org:/docker/*:false pkgs.stg.fedoraproject.org:/rpms/*:false:fedpkg,sources pkgs.stg.fedoraproject.org:/*:false:fedpkg,sources pkgs.fedoraproject.org:/rpms/*:false:fedpkg,sources pkgs.fedoraproject.org:/*:false:fedpkg,sources git.fedorahosted.org:/git/spin-kickstarts.git:false
|
||||
allowed_scms=pkgs.stg.fedoraproject.org:/docker/*:false pkgs.stg.fedoraproject.org:/rpms/*:false:fedpkg,sources pkgs.stg.fedoraproject.org:/*:false:fedpkg,sources pkgs.fedoraproject.org:/rpms/*:false:fedpkg,sources pkgs.fedoraproject.org:/*:false:fedpkg,sources pagure.io:/fedora-kickstarts.git:false
|
||||
{% else %}
|
||||
; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
|
||||
allowed_scms=pkgs.fedoraproject.org:/*:false:fedpkg,sources git.fedorahosted.org:/git/spin-kickstarts.git:false
|
||||
allowed_scms=pkgs.fedoraproject.org:/*:false:fedpkg,sources pagure.io:/fedora-kickstarts.git:false
|
||||
{% endif %}
|
||||
|
||||
; The mail host to use for sending email notifications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue