{% extends "base.html" %} {% load projecttags %} {% load humanize %} {% block pagecontent %}
{% if alert %} {% endif %}
{% csrf_token %}
{% if releases.count > 0 %} {% endif %}
{% if releases.count > 0 %}
{% if releases.count > 1 %} {% for release in releases %} {% endfor %} {% else %} {% endif %}
{% endif %}
To create a project, you need to enter a project name

Toaster project types

With a build project you configure and run your builds from Toaster.

With an analysis project, the builds are configured and run by another tool (something like Buildbot or Jenkins), and the project only collects the information about the builds (packages, recipes, dependencies, logs, etc).

You can read more on how to set up an analysis project in the Toaster manual.

Release

If you create a build project, you will need to select a release, which is the version of the build system you want to use to run your builds.

{% endblock %}