Add support for Copr subdirectories #2539
Labels
area/copr
Related to the integration with copr.fedorainfracloud.org/
complexity/single-task
Regular task, should be done within days.
gain/high
This brings a lot of value to (not strictly a lot of) users.
impact/low
This issue impacts only a few users.
kind/feature
New feature or a request for enhancement.
To build in a subdirectory it is necessary to use the
project_dirname
argument ofBuildProxy.create_from_file()
orBuildProxy.create_from_custom()
.Dirname is
${OWNER}/${PROJECT}:custom:${SUBDIRECTORY}
for permanent subdirectories or${OWNER}/${PROJECT}:pr:${SUBDIRECTORY}
for temporary ones.We use the
fedora-copr-build
artifact type and pass build ID to Testing Farm so it shoud just work, no changes necessary.The text was updated successfully, but these errors were encountered: