[edk2-devel] [edk2-staging/EdkRepo] [PATCH v2 0/2] EdkRepo: Adding local repo cache support

Bjorge, Erik C erik.c.bjorge at intel.com
Tue Nov 17 04:49:43 UTC 2020


Adding local repo cache support to improve clone times.

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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67643): https://edk2.groups.io/g/devel/message/67643
Mute This Topic: https://groups.io/mt/78310533/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list