copr.repository provider creates a Repository object#4695
copr.repository provider creates a Repository object#4695AthreyVinay wants to merge 1 commit intomainfrom
copr.repository provider creates a Repository object#4695Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the copr.repository provider to create a Repository object. It introduces a CoprArtifactProvider base class for shared Copr logic. My feedback focuses on improving exception handling and attribute initialization for better robustness.
c04945e to
bd8dae6
Compare
Epel6 chroot on copr has been dropped for a while now. Seems like we can clean up some code with this. Extracted from: #4695 (comment) --- Pull Request Checklist * [x] implement the feature * [x] include a release note --------- Signed-off-by: Cristian Le <git@lecris.dev> Co-authored-by: Petr Šplíchal <psplicha@redhat.com>
8014c88 to
d25eaaf
Compare
|
After a 1-on-1 with @AthreyVinay we found that the copr tests were not being run, |
d25eaaf to
0a48c6b
Compare
|
Ok - so I have reverted to using |
0a48c6b to
ea55382
Compare
|
All looks nice and tidy in this form. Only comment would be that
|
That is accurate - for #4703 |
ea55382 to
e076df0
Compare
Resolves #4692