Bug 1879471
Summary: | __init__() got an unexpected keyword argument 'kojiconfig' | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jakub Kadlčík <jkadlcik> | ||||
Component: | rpkg-util | Assignee: | clime7 | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 32 | CC: | clime7, gduarte, sixg0000d, tzwjkl | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-10-03 09:07:11 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jakub Kadlčík
2020-09-16 11:18:38 UTC
Hey, should be fixed in https://bodhi.fedoraproject.org/updates/FEDORA-2020-44457c00e8 Thanks for the report. Let me, please, know if there is any additional problem with this. (In reply to clime7 from comment #2) > Let me, please, know if there is any additional problem with this. rpkg clone seem like have some problems. $ rpkg clone prunerepo 'rpkgClient' object has no attribute 'extra_args' rpkg sources doesn't seem to be doing anything and no response. (In reply to sixg0000d from comment #3) > (In reply to clime7 from comment #2) > > Let me, please, know if there is any additional problem with this. > > rpkg clone seem like have some problems. > $ rpkg clone prunerepo > 'rpkgClient' object has no attribute 'extra_args' Thank you, I have additionally fixed it here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-9ceeff6877 > > rpkg sources doesn't seem to be doing anything and no response. it will only do something if there is `sources` file with references to files in lookaside cache. If the file is missing, the command is no-op. (In reply to clime7 from comment #4) > > > > rpkg sources doesn't seem to be doing anything and no response. > > it will only do something if there is `sources` file with references to > files in lookaside cache. If the file is missing, the command is no-op. Thanks! I got it. |