{% extends 'layouts/base.html' %} {% set active_menu = 'overview' %} {% set page_title = 'Overview' %} {% block body %}

Welcome!

These pages contain resources to help with development of {{ config.PROJECT }}.

We currently keep track of {{repo_count}} package repositories in the archive. Some statistics about the main repository are listed below.

{{package_count}}

Binary Packages

{{review_queue_count}}

Pending Reviews

{{jobs_pending_count}}

Pending Jobs

{{debcheck_issues_count}}

Dependency Issues

Maintenance Tasks

Artifact Import {{rubicon_nextrun_time}}
Repository Publication {{publish_nextrun_time}}
Package Migration {{spears_nextrun_time}}
Package Depcheck {{debcheck_nextrun_time}}
Package Synchronization {{synchrotron_nextrun_time}}
Expired Data Cleanup {{expire_nextrun_time}}

Help Actions

Report Bug Go
{% endblock %}