From ccf371a06206f109728fd6796a2627da3f927684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Tue, 7 Feb 2023 12:38:57 +0100 Subject: [PATCH] Add comment to projects with former independent model Some projects moved back to cycle with series from independent release model, so that to be able to cut stable branches and release fixes per branch. To avoid accidental 'independent' releases this patch adds a comment in their old yaml under deliverables/_independent to call reviewers attention. Change-Id: I397f6c0ff1f1aa67506043dfcd5f330b993c34b9 --- deliverables/_independent/oslo.concurrency.yaml | 2 ++ deliverables/_independent/oslo.i18n.yaml | 2 ++ deliverables/_independent/oslo.log.yaml | 2 ++ deliverables/_independent/oslo.reports.yaml | 2 ++ deliverables/_independent/oslo.rootwrap.yaml | 2 ++ deliverables/_independent/taskflow.yaml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/deliverables/_independent/oslo.concurrency.yaml b/deliverables/_independent/oslo.concurrency.yaml index e01dd1104f..6ce1a96db9 100644 --- a/deliverables/_independent/oslo.concurrency.yaml +++ b/deliverables/_independent/oslo.concurrency.yaml @@ -30,3 +30,5 @@ releases: projects: - repo: openstack/oslo.concurrency hash: 01cf2ffdf48c21f886b2aa3f766be5d268248c18 +# NOTE(elod.illes): This deliverable moved back to +# cycle-with-intermediary release model diff --git a/deliverables/_independent/oslo.i18n.yaml b/deliverables/_independent/oslo.i18n.yaml index f2d3ffd9a9..9bde3f0d10 100644 --- a/deliverables/_independent/oslo.i18n.yaml +++ b/deliverables/_independent/oslo.i18n.yaml @@ -10,3 +10,5 @@ releases: projects: - repo: openstack/oslo.i18n hash: b031d17b2ffb38a3354dd15dd8a5ac7ca61b82e7 +# NOTE(elod.illes): This deliverable moved back to +# cycle-with-intermediary release model diff --git a/deliverables/_independent/oslo.log.yaml b/deliverables/_independent/oslo.log.yaml index 5d0e876c03..2ebb01ddd7 100644 --- a/deliverables/_independent/oslo.log.yaml +++ b/deliverables/_independent/oslo.log.yaml @@ -38,3 +38,5 @@ releases: projects: - repo: openstack/oslo.log hash: de615d9370681a2834cebe88acfa81b919da340c +# NOTE(elod.illes): This deliverable moved back to +# cycle-with-intermediary release model diff --git a/deliverables/_independent/oslo.reports.yaml b/deliverables/_independent/oslo.reports.yaml index 581ae627c0..9562309077 100644 --- a/deliverables/_independent/oslo.reports.yaml +++ b/deliverables/_independent/oslo.reports.yaml @@ -14,3 +14,5 @@ releases: projects: - repo: openstack/oslo.reports hash: 3a1157f1e50924bb6bb49676c7a89f5f8f17b295 +# NOTE(elod.illes): This deliverable moved back to +# cycle-with-intermediary release model diff --git a/deliverables/_independent/oslo.rootwrap.yaml b/deliverables/_independent/oslo.rootwrap.yaml index 81aad1fff6..c83a3d59e8 100644 --- a/deliverables/_independent/oslo.rootwrap.yaml +++ b/deliverables/_independent/oslo.rootwrap.yaml @@ -14,3 +14,5 @@ releases: projects: - repo: openstack/oslo.rootwrap hash: 1b1b960d0d6b0ddf63c5b0f9c6aa7c10a1914073 +# NOTE(elod.illes): This deliverable moved back to +# cycle-with-intermediary release model diff --git a/deliverables/_independent/taskflow.yaml b/deliverables/_independent/taskflow.yaml index 562bb08998..8801cd556d 100644 --- a/deliverables/_independent/taskflow.yaml +++ b/deliverables/_independent/taskflow.yaml @@ -34,3 +34,5 @@ releases: projects: - repo: openstack/taskflow hash: 6dfc18013a2570c839828d6d879a9ab6a4964d91 +# NOTE(elod.illes): This deliverable moved back to +# cycle-with-intermediary release model