Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log-detective button for source-rpm builds #3183

Closed
praiskup opened this issue Mar 12, 2024 · 1 comment · Fixed by #3219
Closed

Log-detective button for source-rpm builds #3183

praiskup opened this issue Mar 12, 2024 · 1 comment · Fixed by #3219
Assignees

Comments

@praiskup
Copy link
Member

Example build: https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/build/7141457/

When the source build fails, the button still offers links to the RPM build roots that did not even start (so there are no logs).

@FrostyX
Copy link
Member

FrostyX commented Mar 12, 2024

There is:

{% for chroot in chroots %}
<li><a href="{{ url |format(build.id, chroot.name) }}">Report {{ chroot.name }}</a></li>
{% else %}
<li><a href="{{ url |format(build.id, 'srpm-builds') }}">Report SRPM build</a></li>
{% endfor %}

So this won't probably happen for all SRPM but only for builds that specified their chroots in advance and failed on SRPM.

@praiskup praiskup moved this from Needs triage to In 3 months in CPT Kanban Mar 13, 2024
@praiskup praiskup moved this from In 3 months to In Progress in CPT Kanban Apr 8, 2024
@FrostyX FrostyX moved this from In Progress to Done in CPT Kanban Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants