[edk2-devel] [edk2-staging/EdkRepo] [PATCH v2 0/2] Enabling selective submodule initialization

Bjorge, Erik C posted 2 patches 3 years, 11 months ago
Failed in applying to current master (apply log)
edkrepo/commands/checkout_pin_command.py  |   6 +
edkrepo/commands/clone_command.py         |  20 +-
edkrepo/commands/sync_command.py          |  25 +-
edkrepo/common/common_repo_functions.py   |  43 +--
edkrepo/common/ui_functions.py            |  15 +
project_utils/arguments/__init__.py       |   8 +
project_utils/arguments/submodule_args.py |  24 ++
project_utils/project_utils_strings.py    |  24 ++
project_utils/submodule.py                | 373 ++++++++++++++++++++++
setup.py                                  |  50 +--
10 files changed, 514 insertions(+), 74 deletions(-)
create mode 100644 project_utils/arguments/__init__.py
create mode 100644 project_utils/arguments/submodule_args.py
create mode 100644 project_utils/project_utils_strings.py
create mode 100644 project_utils/submodule.py
[edk2-devel] [edk2-staging/EdkRepo] [PATCH v2 0/2] Enabling selective submodule initialization
Posted by Bjorge, Erik C 3 years, 11 months ago
Enabling the ability to select the submodules to be initialized and maintained via the manifest file.

project_utils.submodule contains the submodule logic and also functions as a command line script.

Includes code review feedback.

Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>
Cc: Ashley E Desimone <ashley.e.desimone@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>

Erik Bjorge (2):
  EdkRepo: Adding selective submodule init script
  EdkRepo: Update commands to use new submodule code

 edkrepo/commands/checkout_pin_command.py  |   6 +
 edkrepo/commands/clone_command.py         |  20 +-
 edkrepo/commands/sync_command.py          |  25 +-
 edkrepo/common/common_repo_functions.py   |  43 +--
 edkrepo/common/ui_functions.py            |  15 +
 project_utils/arguments/__init__.py       |   8 +
 project_utils/arguments/submodule_args.py |  24 ++
 project_utils/project_utils_strings.py    |  24 ++
 project_utils/submodule.py                | 373 ++++++++++++++++++++++
 setup.py                                  |  50 +--
 10 files changed, 514 insertions(+), 74 deletions(-)
 create mode 100644 project_utils/arguments/__init__.py
 create mode 100644 project_utils/arguments/submodule_args.py
 create mode 100644 project_utils/project_utils_strings.py
 create mode 100644 project_utils/submodule.py

--
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59853): https://edk2.groups.io/g/devel/message/59853
Mute This Topic: https://groups.io/mt/74336541/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-staging/EdkRepo] [PATCH v2 0/2] Enabling selective submodule initialization
Posted by Ashley E Desimone 3 years, 11 months ago
For the patch series.

Reviewed-by: Ashley DeSimone <ashley.e.desimone@intel.com>

-----Original Message-----
From: Bjorge, Erik C <erik.c.bjorge@intel.com> 
Sent: Tuesday, May 19, 2020 2:51 PM
To: devel@edk2.groups.io
Cc: Desimone, Ashley E <ashley.e.desimone@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Pandya, Puja <puja.pandya@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Agyeman, Prince <prince.agyeman@intel.com>
Subject: [edk2-staging/EdkRepo] [PATCH v2 0/2] Enabling selective submodule initialization

Enabling the ability to select the submodules to be initialized and maintained via the manifest file.

project_utils.submodule contains the submodule logic and also functions as a command line script.

Includes code review feedback.

Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>
Cc: Ashley E Desimone <ashley.e.desimone@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>

Erik Bjorge (2):
  EdkRepo: Adding selective submodule init script
  EdkRepo: Update commands to use new submodule code

 edkrepo/commands/checkout_pin_command.py  |   6 +
 edkrepo/commands/clone_command.py         |  20 +-
 edkrepo/commands/sync_command.py          |  25 +-
 edkrepo/common/common_repo_functions.py   |  43 +--
 edkrepo/common/ui_functions.py            |  15 +
 project_utils/arguments/__init__.py       |   8 +
 project_utils/arguments/submodule_args.py |  24 ++
 project_utils/project_utils_strings.py    |  24 ++
 project_utils/submodule.py                | 373 ++++++++++++++++++++++
 setup.py                                  |  50 +--
 10 files changed, 514 insertions(+), 74 deletions(-)  create mode 100644 project_utils/arguments/__init__.py
 create mode 100644 project_utils/arguments/submodule_args.py
 create mode 100644 project_utils/project_utils_strings.py
 create mode 100644 project_utils/submodule.py

--
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59902): https://edk2.groups.io/g/devel/message/59902
Mute This Topic: https://groups.io/mt/74336541/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-