Learn more about these different git repos.
Other Git URLs
403de87
@@ -510,7 +510,7 @@
else:
method = 'all'
values['method'] = method
- values['alltasks'] = _TASKS + environ['koji.options']['Tasks']
+ values['alltasks'] = sorted(_TASKS + environ['koji.options']['Tasks'])
treeEnabled = True
if hostID or (method not in ['all'] + _PARENT_TASKS + environ['koji.options']['ParentTasks']):
Fixes: https://pagure.io/koji/issue/2556
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Metadata Update from @mikem: - Pull-request tagged with: easyfix
:thumbsup:
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
Commit 6141a75 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/2556