mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Fix #476 - use '--release f26' when building srpm for local builds
This commit is contained in:
@@ -273,7 +273,7 @@ class Config(object):
|
||||
'desc': ''},
|
||||
'mock_build_srpm_cmd': {
|
||||
'type': str,
|
||||
'default': 'fedpkg --dist f25 srpm',
|
||||
'default': 'fedpkg --release f26 srpm',
|
||||
'desc': ''},
|
||||
'mock_resultsdir': {
|
||||
'type': str,
|
||||
|
||||
Reference in New Issue
Block a user