{% extends "coprs/detail.html" %} {% block title %}Builds for {{ copr.full_name }}{% endblock %} {% from "_helpers.html" import render_pagination %} {% from "coprs/detail/_builds_table.html" import builds_table with context %} {% from "coprs/detail/_build_states.html" import build_states %} {% set selected_tab = "builds" %} {%block project_breadcrumb %}
Click on the New Build button to submit your first build.
You can also set up automatic builds directly from your git. This can be done on the Packages view.
{% if g.user and g.user.can_build_in(copr) %} {% endif %}