From: "Nate DeSimone" <nathaniel.l.desimone@intel.com>
To: "Bjorge, Erik C" <erik.c.bjorge@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Desimone, Ashley E" <ashley.e.desimone@intel.com>,
"Pandya, Puja" <puja.pandya@intel.com>,
Bret Barkelew <Bret.Barkelew@microsoft.com>,
"Agyeman, Prince" <prince.agyeman@intel.com>
Subject: Re: [edk2-staging/EdkRepo] [PATCH v1 0/2] Adding local repo cache support
Date: Sun, 15 Nov 2020 03:46:05 +0000 [thread overview]
Message-ID: <MWHPR1101MB216098D030EEB9F22EDFDA04CDE40@MWHPR1101MB2160.namprd11.prod.outlook.com> (raw)
In-Reply-To: <cover.1605135735.git.erik.c.bjorge@intel.com>
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@intel.com>
> Sent: Wednesday, November 11, 2020 3:07 PM
> To: devel@edk2.groups.io
> Cc: Desimone, Ashley E <ashley.e.desimone@intel.com>; Desimone,
> Nathaniel L <nathaniel.l.desimone@intel.com>; Pandya, Puja
> <puja.pandya@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>;
> Agyeman, Prince <prince.agyeman@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@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
next prev parent reply other threads:[~2020-11-15 3:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Nate DeSimone [this message]
2020-11-15 23:03 ` [edk2-staging/EdkRepo] [PATCH v1 0/2] Adding local " 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=MWHPR1101MB216098D030EEB9F22EDFDA04CDE40@MWHPR1101MB2160.namprd11.prod.outlook.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