{% extends base_template %} {% load debusine %} {% block content %} {% block introduction %}

Welcome to Debusine!

Debusine manages scheduling and distribution of Debian-related tasks to a distributed network of machines.

It is under active development by Freexian with the intention of providing easy access to a range of packaging tools and distribution-wide experiments.

{% if user.is_authenticated %}

You are authenticated as {{ user.username }}.

{% endif %}

If it's your first time exploring Debusine, you can start from What is Debusine for an introduction, or browse the index to the whole Debusine documentation. You may want to set up debusine-client if you have not already done so.

{% endblock %} {% if user.is_authenticated %}

Workflows

Workflows are how Debusine orchestrates and manages sets of tasks to perform the operations requested by users. Here you can see a list of your current and past workflows processed by Debusine.

Your running workflows

{% widget workflows_current %}

Your completed workflows

{% widget workflows_completed %}
{% endif %}

Scopes and workspaces

Everything in Debusine happens inside workspaces. Workspaces exist inside scopes which act as administrative divisions.

{% widget workspaces %} {% endblock %}