#528 allow some missing path sections in runroot config
Merged by mikem. Opened by tkopecek.
tkopecek/koji issue527  into  master

Download 528.patch

Fixes: https://pagure.io/koji/issue/527

Before path sections were expected to have zero-based numbering. If some
item was missing, parsing ended there.

Now we are more benevolent and we pick all path\d+ sections and sort
them by ordering number.

:thumbsup:

added a unit test to verify the behavior

https://github.com/mikem23/koji-playground/commits/issue527

:thumbsup:

Commit 9c4348e5 fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

Metadata