From nobody Sun Apr 28 11:06:13 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+60416+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+60416+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1590701323; cv=none; d=zohomail.com; s=zohoarc; b=ZQuWuhO5/Rj8vnFxLC2DypAUir4AW5stjLUha6Eo/hNl7QkQZdQnZUqDuOebtBH+jj0JgkkafbvGSvzG/dWfIvHTBD3g+xsl0r6fi7ig4O/KFUzTynMrzvpFxHiTgFzw/vo4C2yJalMf3VL3xw4eCG/bYn6mXDRveLSh5sTFRyk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1590701323; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=yZR0iHyTVIWdjKSBOnCaQbvEo0fqKuvego+wKPDTOXI=; b=j4EkhVkis5+gcaXTTw6D+4OTfVMfEKNQDB5K6NR7WEjfkbwJn/HXSJlGW1RaR9oTGsjxqo4SkNumVj8QTI+5WN4V36W8/gtn17lrEYagyGtqIDPRlNyeme+xO9sfDDwuuzBLLh04PvfCwTXHNtuzlZKVDVQBsAm8Bn/N6GeQDjY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+60416+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1590701323575445.7239002431239; Thu, 28 May 2020 14:28:43 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id DXjcYY1788612x047zdy81jT; Thu, 28 May 2020 14:28:43 -0700 X-Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web12.22573.1590701321942214759 for ; Thu, 28 May 2020 14:28:42 -0700 IronPort-SDR: 1rDJIhx6lp16UDobr/eIh0u//mHDQqopgJXxJyBVWjKZxwTORbbDgR1YgEfgolaSGrrtDYkRNM rXZHqGXLiNwg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2020 14:28:40 -0700 IronPort-SDR: PRci4h2eVGy7ahcOm/z69i17NsJT/yyukticjCoHdfYFynFPtpH//3suQ5lMtTck61609KU7qz T0E9cB6Cj5sg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,446,1583222400"; d="scan'208";a="285300065" X-Received: from aedesimo-desk.amr.corp.intel.com ([10.213.186.213]) by orsmga002.jf.intel.com with ESMTP; 28 May 2020 14:28:40 -0700 From: "Ashley E Desimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya , Erik Bjorge , Bret Barkelew , Prince Agyeman Subject: [edk2-devel] [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py files Date: Thu, 28 May 2020 14:28:38 -0700 Message-Id: <20200528212838.2007-1-ashley.e.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ashley.e.desimone@intel.com X-Gm-Message-State: PvSgymZYyRDO7RlAbMiVMFvlx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1590701323; bh=0I0xnKiNW4Qsq7Qb//8cwJwEzrbu2+KHnkRHXM7nPmo=; h=Cc:Date:From:Reply-To:Subject:To; b=pWz9B3aI87NZy6n1fgv954Mh+eZZaTXNSDcxOWuwYntENyfiItjWCAdrKDXaVPhnusi a05s6Oc9oS9SKHgpHreFmfS3OlGL7zUgQnUUkUFPbHGZNKTTP49cpTzTkFSEn1Xeu/pOq cXfbwV3ijy3fCJhV6Y0sIqbWHT49X0vFv+w= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew Cc: Prince Agyeman Reviewed-by: Erik Bjorge Reviewed-by: Nate DeSimone --- edkrepo/common/workspace_maintenance/__init__.py | 8 ++++++++ edkrepo/common/workspace_maintenance/humble/__init__.py | 8 ++++++++ edkrepo/config/humble/__init__.py | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 edkrepo/common/workspace_maintenance/__init__.py create mode 100644 edkrepo/common/workspace_maintenance/humble/__init__.py create mode 100644 edkrepo/config/humble/__init__.py diff --git a/edkrepo/common/workspace_maintenance/__init__.py b/edkrepo/com= mon/workspace_maintenance/__init__.py new file mode 100644 index 0000000..0486261 --- /dev/null +++ b/edkrepo/common/workspace_maintenance/__init__.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# +## @file +# __init__.py +# +# Copyright (c) 2020, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# diff --git a/edkrepo/common/workspace_maintenance/humble/__init__.py b/edkr= epo/common/workspace_maintenance/humble/__init__.py new file mode 100644 index 0000000..0486261 --- /dev/null +++ b/edkrepo/common/workspace_maintenance/humble/__init__.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# +## @file +# __init__.py +# +# Copyright (c) 2020, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# diff --git a/edkrepo/config/humble/__init__.py b/edkrepo/config/humble/__in= it__.py new file mode 100644 index 0000000..0486261 --- /dev/null +++ b/edkrepo/config/humble/__init__.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# +## @file +# __init__.py +# +# Copyright (c) 2020, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# --=20 2.26.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#60416): https://edk2.groups.io/g/devel/message/60416 Mute This Topic: https://groups.io/mt/74531893/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-