mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 19:59:53 +08:00
Fix the default distgits config value to match the default value for RPMS_DEFAULT_REPOSITORY
This was missed as part of PR#1120, where the default dist-git URLs were changed.
This commit is contained in:
@@ -315,8 +315,8 @@ class Config(object):
|
||||
'distgits': {
|
||||
'type': dict,
|
||||
'default': {
|
||||
'git://pkgs.fedoraproject.org': ('fedpkg clone --anonymous {}',
|
||||
'fedpkg --release module sources'),
|
||||
'https://src.fedoraproject.org': ('fedpkg clone --anonymous {}',
|
||||
'fedpkg --release module sources'),
|
||||
},
|
||||
'desc': 'Mapping between dist-git and command to '},
|
||||
'mock_config': {
|
||||
|
||||
Reference in New Issue
Block a user