From 3b65354d10e0e8a981c6b69a928d0597e8de0fb1 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 14 Oct 2021 07:28:33 +0000 Subject: [PATCH] Fix integration/data-provider INFO.yaml Wrong "project" and "repositories" sections Co-Authored-By: Kevin Sandi Signed-off-by: Michal Jagiello Change-Id: Ie1074734c7fbd789f71d5ffbef7356e42d29fc1a --- gerrit.onap.org/integration/data-provider/INFO.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gerrit.onap.org/integration/data-provider/INFO.yaml b/gerrit.onap.org/integration/data-provider/INFO.yaml index 67c5a7ef..c7ae779c 100644 --- a/gerrit.onap.org/integration/data-provider/INFO.yaml +++ b/gerrit.onap.org/integration/data-provider/INFO.yaml @@ -1,6 +1,6 @@ --- -project: 'integration' -project_creation_date: '2017-02-10' +project: 'integration/data-provider' +project_creation_date: '2021-10-14' lifecycle_state: 'Incubation' project_category: '' project_lead: &onap_releng_ptl @@ -17,7 +17,7 @@ issue_tracking: mailing_list: type: 'groups.io' url: 'lists.onap.org' - tag: '<[sub-project_name]>' + tag: 'integration' realtime_discussion: '' meetings: - type: 'zoom' @@ -28,7 +28,7 @@ meetings: repeats: 'weekly' time: '14:00 UTC' repositories: - - 'integration' + - 'integration/data-provider' committers: - <<: *onap_releng_ptl - name: 'Christophe Closset' @@ -137,3 +137,4 @@ tsc: - type: 'Deletion' name: 'Marcin Przybysz' link: 'https://lists.onap.org/g/onap-tsc/message/7893' + -- 2.16.6