I frequently use koji watch-tasks --mine but what I'd really like is a convenient way to watch the logs for a build request I just submitted. I'm not aware of any existing means for doing this short of running the above, noting the task IDs and running koji watch-logs ID.
koji watch-tasks --mine
koji watch-logs ID
Did I overlook something? If not, would this be hard to implement?
Would it make sense to add option to build command aka 'koji build target srpm --watch-logs'? Or do you want more 'koji watch-logs --mine'?
Proposal: PR #625
Yes, a --watch-logs option right on the build command would be ideal, though I also like the idea of a --mine on watch-logs if for no reason other than consistency with watch-tasks. I think that kind of parallelism reduces learning curves.
Looks like your PR covers both nicely. I was expecting some guidance and the need to roll up my own sleeves for this, so I'm rather elated to see the PR. Thanks so much!!!
Commit 299e0cda fixes this issue
Commit db37cec5 relates to this ticket
Metadata Update from @tkopecek: - Issue set to the milestone: 1.15
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/621
Please continue any further discussion there.