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

Nate DeSimone nathaniel.l.desimone at intel.com
Sun Nov 15 03:46:05 UTC 2020


Hi Erik,

Your patch series no longer applies. Please rebase it and send a new revision.

Thanks,
Nate

> -----Original Message-----
> From: Erik Bjorge <erik.c.bjorge at intel.com>
> Sent: Wednesday, November 11, 2020 3:07 PM
> To: devel at edk2.groups.io
> Cc: Desimone, Ashley E <ashley.e.desimone at intel.com>; Desimone,
> Nathaniel L <nathaniel.l.desimone at intel.com>; Pandya, Puja
> <puja.pandya at intel.com>; Bret Barkelew <Bret.Barkelew at microsoft.com>;
> Agyeman, Prince <prince.agyeman at intel.com>
> Subject: [edk2-staging/EdkRepo] [PATCH v1 0/2] Adding local repo cache
> support
> 
> 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 (#67583): https://edk2.groups.io/g/devel/message/67583
Mute This Topic: https://groups.io/mt/78195373/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