#462 fedora-create-review: maybe give more info by default
Opened 2 years ago by ankursinha. Modified 2 years ago

At the moment, it's quite opaque:

$ fedora-create-review --user ankursinha ./python-interface-meta.spec ./results_python-interface-meta/1.3.0/2.fc38/python-interface-meta-1.3.0-2.fc38.src.rpm 
INFO: Found bugzillarc files: ['/home/asinha/.config/python-bugzilla/bugzillarc']
INFO: Using RHBugzilla for URL containing .redhat.com
Refreshing Kerberos ticket
Starting scratch build

now it's just sitting here.
When it does finish with the scratch build, it doesn't print out the scratch build result or anything, it just proceeds to creating the review ticket---one has to go to the review ticket to see the scratch build URL:

$ fedora-create-review --user ankursinha ./python-interface-meta.spec ./results_python-interface-meta/1.3.0/2.fc38/python-interface-meta-1.3.0-2.fc38.src.rpm 
INFO: Found bugzillarc files: ['/home/asinha/.config/python-bugzilla/bugzillarc']
INFO: Using RHBugzilla for URL containing .redhat.com
Refreshing Kerberos ticket
Starting scratch build
Uploading files into fedorapeople
Creating review
Adding comment about the koji build
Review created at: https://bugzilla.redhat.com/show_bug.cgi?id=2140076
#2140076 NEW        - nobody@fedoraproject.org - Review Request: python-interface-meta - Provides a convenient way to expose an extensible API

Maybe we can:

  • print the URL of the scratch build
  • note that it succeeded (or failed and error out in that case)

Not necessary features at all, but just ones that make it slightly more informative?


Login to comment on this ticket.

Metadata