{% extends "admin/base_site.html" %} {% load staticfiles %} {% load i18n %} {% load mini_buildd_tags %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

{% if "dummy"|mbd_daemon_is_running %} Warning: The daemon is running!  It's recommended to stop it for extensive maintenance. {% else %} The daemon is stoppedRestart it when done. {% endif %}

{% if app_list %} {% for app in app_list %} {% if app.name == "Mini_Buildd" %}
{% mbd_admin_index_table_header "Daemon" %} {% mbd_admin_index_table_row app "Daemon" "daemon.Daemon" True %} {% mbd_admin_index_table_header "Sources" %} {% mbd_admin_index_table_row app "Archives" "source.Archive" False "add_from_sources_list" "Local" "Scan your local system's apt setup and add all new archives found" "add_debian" "Debian" "Add generic internet Debian archives" "add_ubuntu" "Ubuntu" "Add generic internet Ubuntu archives" %} {% mbd_admin_index_table_row app "Sources" "source.Source" False "add_debian" "Debian" "Add well-known Debian sources" "add_ubuntu" "Ubuntu" "Add well-known Ubuntu sources" %} {% mbd_admin_index_table_row app "Priority sources" "source.PrioritySource" False "add_extras" "Extras" "Add all non-base sources with default priority 1" %} {% mbd_admin_index_table_row app "Apt keys" "gnupg.AptKey" %} {% mbd_admin_index_table_header "Repositories" %} {% mbd_admin_index_table_row app "Layouts" "repository.Layout" False "create_defaults" "Defaults" "Create default layout and suites" %} {% mbd_admin_index_table_row app "Distributions" "repository.Distribution" False "add_base_sources" "Defaults" "Create default distributions for all active base sources with the host architectures" %} {% mbd_admin_index_table_row app "Repositories" "repository.Repository" False "add_sandbox" "Sandbox" "Add sandbox repository 'test'" "add_debdev" "Debdev" "Add Debian Developer sandbox repository 'debdev'" %} {% mbd_admin_index_table_row app "Uploaders" "gnupg.Uploader" "True" %} {% mbd_admin_index_table_header "Chroots" %} {% mbd_admin_index_table_row app "Dir chroots" "chroot.DirChroot" False "add_base_sources" "Defaults" "Add default chroots for all active base sources and host architectures" %} {% mbd_admin_index_table_row app "File chroots" "chroot.FileChroot" False "add_base_sources" "Defaults" "Add default chroots for all active base sources and host architectures" %} {% mbd_admin_index_table_row app "Lvm chroots" "chroot.LVMChroot" %} {% mbd_admin_index_table_row app "Loop lvm chroots" "chroot.LoopLVMChroot" False "add_base_sources" "Defaults" "Add default chroots for all active base sources and host architectures" %} {% mbd_admin_index_table_row app "Btrfs snapshot chroots" "chroot.BtrfsSnapshotChroot" False "add_base_sources" "Defaults" "Add default chroots for all active base sources and host architectures" %} {% mbd_admin_index_table_header "Remotes" %} {% mbd_admin_index_table_row app "Remotes" "gnupg.Remote" False %}
{% blocktrans with app.name as name %}{{ name }}{% endblocktrans %}
{% endif %} {% endfor %} {% for app in app_list %} {% if app.name != "Mini_Buildd" %}
{% for model in app.models %} {% if model.perms.change %} {% else %} {% endif %} {% if model.perms.add %} {% else %} {% endif %} {% if model.perms.change %} {% else %} {% endif %} {% endfor %}
{% blocktrans with app.name as name %}{{ name }}{% endblocktrans %}
{{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
{% endif %} {% endfor %} {% else %}

{% trans "You don't have permission to edit anything." %}

{% endif %}
{% endblock %} {% block sidebar %} {% endblock %}