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] Adding local repo cache support
Date: Wed, 11 Nov 2020 15:07:27 -0800	[thread overview]
Message-ID: <cover.1605135735.git.erik.c.bjorge@intel.com> (raw)

Adding local repo cache support to improve clone times.

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>
Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>

Erik Bjorge (2):
  EdkRepo: Add cache command
  EdkRepo: Enable use of repo cache support.

 edkrepo/commands/arguments/cache_args.py |  19 ++
 edkrepo/commands/cache_command.py        | 118 ++++++++++++
 edkrepo/commands/checkout_command.py     |   3 +-
 edkrepo/commands/checkout_pin_command.py |   8 +-
 edkrepo/commands/clone_command.py        |  15 +-
 edkrepo/commands/humble/cache_humble.py  |  17 ++
 edkrepo/commands/sync_command.py         |  12 +-
 edkrepo/common/common_cache_functions.py |  41 +++++
 edkrepo/common/common_repo_functions.py  |  25 ++-
 edkrepo/common/edkrepo_exception.py      |   3 +
 edkrepo/config/config_factory.py         |  14 +-
 edkrepo/config/tool_config.py            |   5 +-
 project_utils/cache.py                   | 224 +++++++++++++++++++++++
 project_utils/project_utils_strings.py   |  11 ++
 project_utils/submodule.py               |  13 +-
 15 files changed, 509 insertions(+), 19 deletions(-)
 create mode 100644 edkrepo/commands/arguments/cache_args.py
 create mode 100644 edkrepo/commands/cache_command.py
 create mode 100644 edkrepo/commands/humble/cache_humble.py
 create mode 100644 edkrepo/common/common_cache_functions.py
 create mode 100644 project_utils/cache.py

--
2.21.0.windows.1


             reply	other threads:[~2020-11-11 23:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11 23:07 Bjorge, Erik C [this message]
2020-11-11 23:07 ` [edk2-staging/EdkRepo] [PATCH v1 1/2] EdkRepo: Add cache command Bjorge, Erik C
2020-11-11 23:07 ` [edk2-staging/EdkRepo] [PATCH v1 2/2] EdkRepo: Enable use of repo cache support Bjorge, Erik C
2020-11-15  3:46 ` [edk2-staging/EdkRepo] [PATCH v1 0/2] Adding local " Nate DeSimone
2020-11-15 23:03   ` Bjorge, Erik C

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.1605135735.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