This is a version of our Driver Update Disk building for https://pagure.io/koji/issue/2998. @tkopecek
This is still a preliminary version that has the following issues/questions:
It is unable to build for tags with multiple archs, just as https://pagure.io/koji/issue/3210. I see no obvious fixing for this due to the relevant code being part of kojihub.py.
One cannot download the resulting file from the client or at least I did not find any way yet.
Should it create any type of logs at all to be attached to the task?
The plugin allows to include multiple packages inside the ISO, as well as optionally including non-rpm content from a SCM URL.
From the logic we use it allows you to either get the latest package version or to optionally include the full NVR. tag needs to have the configured repos to be able to retrieve the requested package(s).
This is a version of our Driver Update Disk building for https://pagure.io/koji/issue/2998. @tkopecek
This is still a preliminary version that has the following issues/questions:
kojihub.py.The plugin allows to include multiple packages inside the ISO, as well as optionally including non-rpm content from a SCM URL.
From the logic we use it allows you to either get the latest package version or to optionally include the full NVR. tag needs to have the configured repos to be able to retrieve the requested package(s).