Version-Release number of selected component (if applicable): copr-cli-1.78-1.fc29.noarch Description of problem: ======================= I want to build a source rpm in COPR *and* download binary rpms from COPR to the local system. I can easily build a source rpm with copr tool: $ copr build USER/PROJECT SRPM copr tool has a command to download the build, but I have to specify build id in order to download the build: $ copr download-build BUILD-ID To find out BUILD-ID, I have to parse "copr build" output, it is not convenient. It would be nice if copr tool has build-and-download command, e. g.: $ copr build-and-download USER/PROJECT SRPM Alternatively, build command can save build id in a file, so it can be used without parsing the command output, e. g.: $ copr build --save-build-id-to-file=id.txt USER/PROJECT SRPM so the next command could be: $ copr download-build $(<id.txt)
Thank you for the feedback, > Alternatively, build command can save build id in a file, so it can be used without parsing the command output, e. g.: Similar RFE was already discussed in this issue https://pagure.io/copr/copr/issue/224 but wasn't implemented yet. You may want to join the discussion.
Agreed, I interlinked the upstream issue too and we can move there then, to avoid duplicate reports. Thanks for the report!