{% extends "master.html" %} {% block title %}Propagation{% endblock %} {% block tag %}propagation{% endblock %} {% block content %}

Propagation{% if repo %} for {{ repo.version.product.name }} {{ repo.version.name }}{% endif %}

{%- if config['SHOW_PROPAGATION'] -%}

This diagram shows how many mirrors have a repomd.xml file which is the same (respectively one day older, two days older or much older) version as on the primary mirror.

{%- if repos %}

The same diagram is also available for the following versions:

{%- endif -%} {% else -%} Actually, this is disabled and you should not be here. Go away! {%- endif -%} {% endblock %} {% block jscripts %} {{ super() }} {% if datasets %} {% endif %} {% endblock %}