* [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py files
@ 2020-05-28 21:28 Ashley E Desimone
2020-05-28 21:31 ` Nate DeSimone
0 siblings, 1 reply; 3+ messages in thread
From: Ashley E Desimone @ 2020-05-28 21:28 UTC (permalink / raw)
To: devel
Cc: Nate DeSimone, Puja Pandya, Erik Bjorge, Bret Barkelew,
Prince Agyeman
Signed-off-by: Ashley E Desimone <ashley.e.desimone@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
---
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/common/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.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
diff --git a/edkrepo/common/workspace_maintenance/humble/__init__.py b/edkrepo/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.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
diff --git a/edkrepo/config/humble/__init__.py b/edkrepo/config/humble/__init__.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.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
--
2.26.2.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py files
2020-05-28 21:28 [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py files Ashley E Desimone
@ 2020-05-28 21:31 ` Nate DeSimone
2020-05-28 21:39 ` Bjorge, Erik C
0 siblings, 1 reply; 3+ messages in thread
From: Nate DeSimone @ 2020-05-28 21:31 UTC (permalink / raw)
To: Desimone, Ashley E, devel@edk2.groups.io
Cc: Pandya, Puja, Bjorge, Erik C, Bret Barkelew, Agyeman, Prince
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> -----Original Message-----
> From: Desimone, Ashley E <ashley.e.desimone@intel.com>
> Sent: Thursday, May 28, 2020 2:29 PM
> To: devel@edk2.groups.io
> Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Pandya, Puja
> <puja.pandya@intel.com>; Bjorge, Erik C <erik.c.bjorge@intel.com>; Bret
> Barkelew <Bret.Barkelew@microsoft.com>; Agyeman, Prince
> <prince.agyeman@intel.com>
> Subject: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py
> files
>
> Signed-off-by: Ashley E Desimone <ashley.e.desimone@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Puja Pandya <puja.pandya@intel.com>
> Cc: Erik Bjorge <erik.c.bjorge@intel.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Prince Agyeman <prince.agyeman@intel.com>
> ---
> 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/common/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.<BR>
>
> +# SPDX-License-Identifier: BSD-2-Clause-Patent
>
> +#
>
> diff --git a/edkrepo/common/workspace_maintenance/humble/__init__.py
> b/edkrepo/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.<BR>
>
> +# SPDX-License-Identifier: BSD-2-Clause-Patent
>
> +#
>
> diff --git a/edkrepo/config/humble/__init__.py
> b/edkrepo/config/humble/__init__.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.<BR>
>
> +# SPDX-License-Identifier: BSD-2-Clause-Patent
>
> +#
>
> --
> 2.26.2.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py files
2020-05-28 21:31 ` Nate DeSimone
@ 2020-05-28 21:39 ` Bjorge, Erik C
0 siblings, 0 replies; 3+ messages in thread
From: Bjorge, Erik C @ 2020-05-28 21:39 UTC (permalink / raw)
To: Desimone, Nathaniel L, Desimone, Ashley E, devel@edk2.groups.io
Cc: Pandya, Puja, Bret Barkelew, Agyeman, Prince
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
-----Original Message-----
From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Sent: Thursday, May 28, 2020 2:31 PM
To: Desimone, Ashley E <ashley.e.desimone@intel.com>; devel@edk2.groups.io
Cc: Pandya, Puja <puja.pandya@intel.com>; Bjorge, Erik C <erik.c.bjorge@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Agyeman, Prince <prince.agyeman@intel.com>
Subject: RE: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py files
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> -----Original Message-----
> From: Desimone, Ashley E <ashley.e.desimone@intel.com>
> Sent: Thursday, May 28, 2020 2:29 PM
> To: devel@edk2.groups.io
> Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Pandya,
> Puja <puja.pandya@intel.com>; Bjorge, Erik C
> <erik.c.bjorge@intel.com>; Bret Barkelew
> <Bret.Barkelew@microsoft.com>; Agyeman, Prince
> <prince.agyeman@intel.com>
> Subject: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing
> __init__.py files
>
> Signed-off-by: Ashley E Desimone <ashley.e.desimone@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Puja Pandya <puja.pandya@intel.com>
> Cc: Erik Bjorge <erik.c.bjorge@intel.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Prince Agyeman <prince.agyeman@intel.com>
> ---
> 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/common/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.<BR>
>
> +# SPDX-License-Identifier: BSD-2-Clause-Patent
>
> +#
>
> diff --git a/edkrepo/common/workspace_maintenance/humble/__init__.py
> b/edkrepo/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.<BR>
>
> +# SPDX-License-Identifier: BSD-2-Clause-Patent
>
> +#
>
> diff --git a/edkrepo/config/humble/__init__.py
> b/edkrepo/config/humble/__init__.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.<BR>
>
> +# SPDX-License-Identifier: BSD-2-Clause-Patent
>
> +#
>
> --
> 2.26.2.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-28 21:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-28 21:28 [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing __init__.py files Ashley E Desimone
2020-05-28 21:31 ` Nate DeSimone
2020-05-28 21:39 ` Bjorge, Erik C
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox