We have a need to generate el7 multilib repositories via koji dist-repo.
I couldn't get multilib (koji dist-repo ... --multilib multilib.conf) to work. Looking at the code, the first obvious problem was that the ml_path was incorrect as 'Packages' was not being included in the string.
After fixing this, I was then getting stuck as koji was trying to do a depsolve - which I don't understand why?
In the end I removed most of the logic in the existing do_multilib function and have now managed to have multilib dist-repo generation working for our use-case. That being said, I have no idea if it's "correct".
Is multilib generation still supported?
Does this PR make any sense?
Hello,
We have a need to generate el7 multilib repositories via koji dist-repo.
I couldn't get multilib (koji dist-repo ... --multilib multilib.conf) to work. Looking at the code, the first obvious problem was that the ml_path was incorrect as 'Packages' was not being included in the string.
After fixing this, I was then getting stuck as koji was trying to do a depsolve - which I don't understand why?
In the end I removed most of the logic in the existing do_multilib function and have now managed to have multilib dist-repo generation working for our use-case. That being said, I have no idea if it's "correct".
Is multilib generation still supported?
Does this PR make any sense?