fixes: #2554
--pattern is also added in list-builds command
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
@julian8628 Maybe for older hub, it should be in try/except + local pattern matching or denying to use this parameter?
Metadata Update from @mfilip: - Pull-request untagged with: testing-ready
The testing ready tag was removed temporarily because of conflict with other PR.
@julian8628 There is one more thing for fix:
koji list-builds --pattern=kojitest-dummyrpm-o1y2n 2020-11-10 10:34:38,407 [ERROR] koji: Fault: : unsupported operand type(s) for -: 'str' and 'str'">
koji list-builds --pattern=kojitest 2020-11-10 10:35:46,503 [ERROR] koji: Fault: : unsupported operand type(s) for -: 'str' and 'str'">
Metadata Update from @mfilip: - Pull-request tagged with: testing-ready
Metadata Update from @jcupova: - Pull-request untagged with: testing-ready
rebased onto 3f57163c3ffa9212dff7c8ec71609eb8badf7ef3
1 new commit added
fix typo of quote
added a simple try/except for old hub, and fixed the typo @jcupova found
pretty please pagure-ci rebuild
Metadata Update from @jcupova: - Pull-request tagged with: testing-ready
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
Commit 838c3781 fixes this pull-request
Pull-Request has been merged by tkopecek
fixes: #2554
--pattern is also added in list-builds command