In fedpkg, using the new option kojiprofile is able to load Koji configuration from prod, stg, and specific arch profile properly.
kojiconfig is dropped.
Fix #97
Signed-off-by: Chenxiong Qi cqi@redhat.com
This requires rpkg PR#213
Job #74 fails, because rpkg master branch is used to run tests, but required changes in PR rpkg#213 is not merged yet.
rebased
1 new commit added
It's easy to fix #14 based on this PR, so include the fix in this PR.
Looks good to me, but we should wait with merging for rpkg patch to land first.
Additionally, maybe we should just remove the secondary arch stuff completely, it no longer does anything.
cc @ausil
Do we still need to keep secondary arch?
The code doesn't do anything now, the last special-cased package was removed in #121.
Rebased and removed code that handles secondary arch as discussed above.
4 new commits added
Ready for review again.
Looks good to me.
Pull-Request has been merged by cqi
In fedpkg, using the new option kojiprofile is able to load Koji
configuration from prod, stg, and specific arch profile properly.
kojiconfig is dropped.
Fix #97
Signed-off-by: Chenxiong Qi cqi@redhat.com