From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web11.14702.1601992212234150271 for ; Tue, 06 Oct 2020 06:50:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=emqeHjlM; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601992211; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=djLq56mRlq/garOMXXXFdHMFq/PX4HfFf1NXVX+r8sQ=; b=emqeHjlMsnIPmGWNgclwECErhKvvMDL9RkwOIrOvQ5nq9bVB/SMa9p0j2caF5nbVIPOnux tFRRHga3kP6tI7VL1NymzpOqXnY8kWkxEv9ST+c3sIPHt+1rcACLk90Pp1x6jMjANW/ii6 4PwCAJ5qaEobA9iwTQJsXYIPVQGA94g= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-114-btRC4vfEMEiFxXn6hKragw-1; Tue, 06 Oct 2020 09:50:08 -0400 X-MC-Unique: btRC4vfEMEiFxXn6hKragw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F1F051091070; Tue, 6 Oct 2020 13:50:06 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-235.ams2.redhat.com [10.36.112.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id CB9593A40; Tue, 6 Oct 2020 13:50:05 +0000 (UTC) Subject: Re: [edk2-devel] [RedfishPkg PATCH v5 0/4] Inital RedfishPkg To: devel@edk2.groups.io, abner.chang@hpe.com, Andrew Fish , "Leif Lindholm (Nuvia address)" , Michael Kinney References: <20201006104804.14724-1-abner.chang@hpe.com> From: "Laszlo Ersek" Message-ID: Date: Tue, 6 Oct 2020 15:50:04 +0200 MIME-Version: 1.0 In-Reply-To: <20201006104804.14724-1-abner.chang@hpe.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 10/06/20 12:48, Abner Chang wrote: > Note for v5: Add reviewers's tags. > > Initial version of RedfishPkg and the CI test > on RedfishPkg. > > CI Test result: > https://github.com/tianocore/edk2/pull/982 > > There is no components in RedfishPkg in this commit, > the further edk2 Redfish components will be committed > base on this version. > > Abner Chang (4): > RedfishPkg: Initial commit of RedfishPkg. > .pytool: Add CI on RedfishPkg > .azurepipelines/templates: Add RedfishPkg to target build > edk2: Add maintainers to RedfishPkg > > .../templates/pr-gate-build-job.yml | 3 + > .pytool/CISettings.py | 3 +- > Maintainers.txt | 5 ++ > RedfishPkg/RedfishPkg.ci.yaml | 67 +++++++++++++++++++ > RedfishPkg/RedfishPkg.dec | 18 +++++ > RedfishPkg/RedfishPkg.dsc | 40 +++++++++++ > 6 files changed, 135 insertions(+), 1 deletion(-) > create mode 100644 RedfishPkg/RedfishPkg.ci.yaml > create mode 100644 RedfishPkg/RedfishPkg.dec > create mode 100644 RedfishPkg/RedfishPkg.dsc > Andrew, Leif, Mike: please check patches #1 and #4. I'd like to have at least one other ACK on those, and then (I think) Abner can merge the series himself. Thanks Laszlo