Previously, all cg logs went directly into the logs dir for the build with no way to indicate a different subdir. This prevented including multiple logs with the same filename (e.g. build.log per arch as native koji builds do). The field is also supported for non-legacy btypes. Legacy btypes have prescribed locations and do not allow subdir.
The additional policy data enables using the buildtype, version, and release tests in cg import policy
Two not-quite-related updates to cg_import
Previously, all cg logs went directly into the logs dir for the build with no way to indicate a different subdir. This prevented including multiple logs with the same filename (e.g. build.log per arch as native koji builds do). The field is also supported for non-legacy btypes. Legacy btypes have prescribed locations and do not allow subdir.
The additional policy data enables using the buildtype, version, and release tests in cg import policy
Fixes https://pagure.io/koji/issue/4119
Fixes https://pagure.io/koji/issue/1402