Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.09 KB

index.template.rst

File metadata and controls

37 lines (26 loc) · 1.09 KB

The Linux Kernel Tea Leaves

Completely accurate and trustworthy predictions of the Linux kernel releases based on a single data point. Not.

Based on {{ reference_tag.tag }} having been tagged on {{ reference_tag.date }}, the tea leaves say:

{% for tag in tags %} {% if tag.is_rc(1) %} {{ tag.development_cycle }} development cycle =============================================

Merge window for features heading to {{ tag.development_cycle }}

{% endif %} {% if tag._prediction %} {{ tag.tag }} {{ 'release' if tag.is_release() }} predicted {{ tag.date }} {% else %} {{ tag.tag }} {{ tag.date }} {% endif %}

{% if tag.is_rc(5) %}
The drm subsystem deadline for features heading to {{ tag.next_development_cycle }} release.

{% endif %}

{% endfor %}