public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Bjorge, Erik C" <erik.c.bjorge@intel.com>
To: devel@edk2.groups.io
Cc: Ashley E Desimone <ashley.e.desimone@intel.com>,
	Nate DeSimone <nathaniel.l.desimone@intel.com>,
	Puja Pandya <puja.pandya@intel.com>,
	Bret Barkelew <Bret.Barkelew@microsoft.com>,
	Prince Agyeman <prince.agyeman@intel.com>
Subject: [edk2-staging/EdkRepo] [PATCH v1 0/2] Enabling selective submodule initialization
Date: Sat, 16 May 2020 18:29:20 -0700	[thread overview]
Message-ID: <cover.1589678697.git.erik.c.bjorge@intel.com> (raw)

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

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          |  23 +-
 edkrepo/common/common_repo_functions.py   |  43 +--
 project_utils/arguments/__init__.py       |   8 +
 project_utils/arguments/submodule_args.py |  24 ++
 project_utils/project_utils_strings.py    |  24 ++
 project_utils/submodule.py                | 389 ++++++++++++++++++++++
 setup.py                                  |  50 +--
 9 files changed, 514 insertions(+), 73 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


             reply	other threads:[~2020-05-17  1:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17  1:29 Bjorge, Erik C [this message]
2020-05-17  1:29 ` [edk2-staging/EdkRepo] [PATCH v1 1/2] EdkRepo: Adding selective submodule init script Bjorge, Erik C
2020-05-19  2:51   ` Ashley E Desimone
2020-05-19 17:46     ` Bjorge, Erik C
2020-05-17  1:29 ` [edk2-staging/EdkRepo] [PATCH v1 2/2] EdkRepo: Update commands to use new submodule code Bjorge, Erik C
2020-05-19  3:01   ` Ashley E Desimone
2020-05-19  3:13     ` Bjorge, Erik C
2020-05-19 16:45       ` Ashley E Desimone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1589678697.git.erik.c.bjorge@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox