{% extends "base-form1.html" %} {% block title %}{{ _("Package") }} {{ pkg.name }}{% end block %} {% block body %} {% module BuildHeadline(build, shorter=True) %}
{% raw xsrf_form_html() %}
{{ _("Maintainers") }}
{{ _("Default priority") }}

{{ _("A big benefit of the Pakfire Build Service is, that builds are available to end-users in a very short time.") }} {{ _("Some packages might need some extra boost if the build servers are very busy.") }}

{{ _("You may set a default priority for all builds of this package.") }}

{{ _("Critical path") }}

{{ _("A package that belongs to the critical path is a package that plays a very essential role in the distribution.") }} {{ _("If such a package is broken, it may not be possible to boot or recover the system anymore, so we need to be extra sure that these packages work.") }}

{{ _("If this package is marked to belong to the critical path, it will need a higher score to pass to the next repository and more.") }} {{ _("Learn more.") }}

{{ _("Cancel") }}
{% end block %}