Skip to content
Snippets Groups Projects
Commit ed675d74 authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Merge branch 'v22r2-release' into '2018-patches'

Release notes and dependencies for v22r2 release

See merge request !472
parents 84ff0d59 cd48de14
No related branches found
No related tags found
1 merge request!472Release notes and dependencies for v22r2 release
Pipeline #1582651 passed with stage
in 21 seconds
......@@ -16,7 +16,7 @@ find_package(GaudiProject)
#---------------------------------------------------------------
# Declare project name and version
gaudi_project(Lbcom v22r1p1
USE LHCb v44r6
gaudi_project(Lbcom v22r2
USE LHCb v44r7
DATA ParamFiles
TCK/HltTCK)
{% set used = [] -%}
{% macro section(labels) -%}
{% for mr in select_mrs(merge_requests, labels, used) %}
- {{mr.title}}, !{{mr.iid}} (@{{mr.author.username}}) {{find_tasks(mr)}}
{{mr.description|mdindent(2)}}
{% endfor %}
{%- endmacro %}
{% set categories = [
'selection', 'hlt1', 'hlt2', 'Configuration',
'Decoding', 'Tracking', 'PV finding', 'Muon', 'Calo', 'RICH', 'Jets',
'PID', 'Composites', 'Filters', 'Functors',
'Event model', 'Persistency',
'MC checking', 'Monitoring', 'Luminosity',
'Core', 'Conditions', 'Utilities',
'Simulation', 'Tuples', 'Accelerators',
'Flavour tagging',
'Build',
] -%}
{% set used_mrs = [] -%}
{% macro section(labels, used=used_mrs) -%}
{% for mr in order_by_label(select_mrs(merge_requests, labels, used), categories) -%}
{% set mr_labels = categories|select("in", mr.labels)|list -%}
- {% if mr_labels %}{{mr_labels|map('label_ref')|join(' ')}} | {% endif -%}
{{mr.title|sentence}}, {{mr.reference}} (@{{mr.author.username}}){% if mr.issue_refs %} [{{mr.issue_refs|join(',')}}]{% endif %}{% if 'highlight' in mr.labels %} :star:{% endif %}
{# {{mr.description|mdindent(2)}} -#}
{% endfor -%}
{% endmacro -%}
{{date}} {{project}} {{version}}
===
......@@ -16,23 +28,29 @@ co18`) and stripping in 2018 simulation workflows. Builds with gcc62 on slc6 and
Built relative to Lbcom v22rX, with the following changes:
### New features
### New features ~"new feature"
{{ section(['new feature']) }}
### Enhancements
### Fixes ~"bug fix" ~workaround
{{ section(['bug fix', 'workaround']) }}
### Enhancements ~enhancement
{{ section(['enhancement']) }}
### Bug fixes
{{ section(['bug fix']) }}
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
### Code modernisations and cleanups
{{ section(['cleanup', 'modernisation']) }}
{{ section(['cleanup', 'modernisation', 'testing']) }}
### Monitoring changes
{{ section(['monitoring']) }}
### Documentation ~Documentation
### Changes to tests
{{ section(['testing']) }}
{# Collect documentation independently, may lead to repeated entries -#}
{{ section(['Documentation'], used=None) }}
{# Mark as used such documentation does not appear under Other -#}
{% set dummy = section(['Documentation']) -%}
### Other
{{ section([[]]) }}
2020-04-23 Lbcom v22r2
===
This version uses LHCb v44r7, Gaudi v29r5 and LCG_93 with ROOT 6.12.06.
This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0pX`, `S35r0pX`, `S35r1pX`) and patches to Moore, Brunel (`Re
co18`) and stripping in 2018 simulation workflows. Builds with gcc62 on slc6 and centos7 and with gcc7 on centos7
Built relative to Lbcom v22r1p1, with the following changes:
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
- Remove upgrade detectors, !434, !394 (@cattanem)
- Remove unused typedef, !420 (@cattanem)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment