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

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.

{% if user.is_authenticated %}

Your latest work requests

Work Requests are how tasks are scheduled to be processed by workers. Here you can see a list of your current and past work requests processed by Debusine.

{% if work_requests %} {% widget work_requests %} {% else %}

No work requests created by {{ user.username }}.

{% endif %} {% endif %}

Scopes

{% endblock %}