{% extends "base.html" %} {% block title %}{{ _("Edit repository %s") % repo.name }}{% end block %} {% block body %}

{{ _("Edit repository %s") % repo.name }} - {{ _("Distribution") }}: {{ distro.name }}

{% raw xsrf_form_html() %}
{{ _("Name") }} {{ _("The name of the repository.") }} {{ _("Must only contain of the lowercase characters.") }}
{{ _("Description") }}
 

{{ _("Score settings") }}

{{ _("These settings configure the automatic score feature.") }} {{ _("Builds that gained a certain score are moved to the next repository automatically and removed if the score is too bad.") }}

{{ _("Needed score") }} {{ _("The score that is needed for builds to automatically be moved into this repository.") }}
{{ _("Minimum time") }} {{ _("Every build must stay a minimum time in a repository.") }} {{ _("This is to ensure that a package gets tested well.") }} {{ _("Enter zero to disable the feature.") }}
{{ _("Maximum time") }} {{ _("If a build is more than a certain amount of time in a repository, it will automatically be removed.") }} {{ _("This is to ensure that packages are not forgotten to be pushed.") }} {{ _("Enter zero to disable the feature.") }}
 

{{ _("Build settings") }}

{{ _("Use package for builds?") }} {{ _("Should the package be selected for builds by default?") }} {{ _("Use with caution!") }}
 
{% end block %}