Fixes: https://pagure.io/koji/issue/2183
This is supposed to be 0.15.11, right?
0.15.11
@ngompa according to https://pagure.io/koji/pull-request/2184#comment-117942 it should be 0.15.1
LGTM,
For the version problem. I checked the changelog of createrepo_c again simple mode support PR has been included since 1.13.0: https://github.com/rpm-software-management/createrepo_c/commit/51bd780883fa0e925ac0898754948af951fb9724
createrepo_c
0.15.1 might only include the man page change
man
1 new commit added
fix required version
updated requirement to 0.13.0
:thumbsup:
edited: sorry, I didn't check the packaging part. See the comments below
Metadata Update from @julian8628: - Pull-request tagged with: testing-ready
the -gt comparison doesn't support decimal. I think it should be "%.1s" here to only compare major version
-gt
[ "$(PYVER)" -gt 2 ] > [ "$(PYVER)" -lt 3 ]?
[ "$(PYVER)" -gt 2 ]
[ "$(PYVER)" -lt 3 ]
Metadata Update from @julian8628: - Pull-request untagged with: testing-ready
fixed
rebased onto d636328e9bef97c7712b30253f9d5cc44ae71963
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
version is not assigned here.
version
lazy initialized version and some fix for sanity checks: https://pagure.io/fork/julian8628/koji/commits/pr2343
@mikem @tkopecek please review
https://pagure.io/fork/julian8628/koji/commits/pr2343
I don't think we need to memo-ize the version check.
Regarding current version of this PR:
Version:
Most of the above addressed here: https://github.com/mikem23/koji-playground/commits/pagure/pr/2343
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
3 trivial fixes here: https://pagure.io/fork/julian8628/koji/commits/pr2343-2
one more fix - https://pagure.io/fork/julian8628/koji/c/f08df379bbdc45929fa3c2a52a67ead9dd99f54d?branch=pr2343-2
to ignore Exception the sub-process raises, like: /usr/bin/mergerepo_c does not exist
/usr/bin/mergerepo_c
I've combined these into a new PR since the diff is getting substantial: #2376
Closing this in favor of #2376
Pull-Request has been closed by mikem
Fixes: https://pagure.io/koji/issue/2183