public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-staging/EdkRepo] [PATCH v1 0/2] Adding local repo cache support
@ 2020-11-11 23:07 Bjorge, Erik C
  2020-11-11 23:07 ` [edk2-staging/EdkRepo] [PATCH v1 1/2] EdkRepo: Add cache command Bjorge, Erik C
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bjorge, Erik C @ 2020-11-11 23:07 UTC (permalink / raw)
  To: devel
  Cc: Ashley E Desimone, Nate DeSimone, Puja Pandya, Bret Barkelew,
	Prince Agyeman

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-15 23:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-11 23:07 [edk2-staging/EdkRepo] [PATCH v1 0/2] Adding local repo cache support Bjorge, Erik C
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox