[edk2-devel] [Edk2-staging/EdkRepo] [PATCH 0/2] Edkrepo: Add the maintenance command

Ashley E Desimone posted 2 patches 3 years, 4 months ago
Failed in applying to current master (apply log)
.../commands/arguments/maintenance_args.py    | 12 ++++
edkrepo/commands/humble/maintenance_humble.py | 16 +++++
edkrepo/commands/maintenance_command.py       | 71 +++++++++++++++++++
edkrepo/commands/sync_command.py              | 27 ++-----
.../git_config_maintenance.py                 | 43 +++++++++++
5 files changed, 147 insertions(+), 22 deletions(-)
create mode 100644 edkrepo/commands/arguments/maintenance_args.py
create mode 100644 edkrepo/commands/humble/maintenance_humble.py
create mode 100644 edkrepo/commands/maintenance_command.py
create mode 100644 edkrepo/common/workspace_maintenance/git_config_maintenance.py
[edk2-devel] [Edk2-staging/EdkRepo] [PATCH 0/2] Edkrepo: Add the maintenance command
Posted by Ashley E Desimone 3 years, 4 months ago
This patch set add the maintenance command and its required support.
The maintenance command is intended to streamline workspace wide
maintenance operations such as git gc and configuration of the
git global config.

Patch 1 moves the functionality to clean unused insteadOf entires
from the git global config to a shared location and updates the sync
command accordingly.

Patch 2 adds the maintenance command, all strings used by the
maintenance command and support to configure the core.longpaths
setting in the git global config.

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: Ashley E Desimone <ashley.e.desimone@intel.com>

Ashley E Desimone (2):
  EdkRepo: Move git config clean up function to a common location
  EdkRepo: Add the edkrepo maintenance command

 .../commands/arguments/maintenance_args.py    | 12 ++++
 edkrepo/commands/humble/maintenance_humble.py | 16 +++++
 edkrepo/commands/maintenance_command.py       | 71 +++++++++++++++++++
 edkrepo/commands/sync_command.py              | 27 ++-----
 .../git_config_maintenance.py                 | 43 +++++++++++
 5 files changed, 147 insertions(+), 22 deletions(-)
 create mode 100644 edkrepo/commands/arguments/maintenance_args.py
 create mode 100644 edkrepo/commands/humble/maintenance_humble.py
 create mode 100644 edkrepo/commands/maintenance_command.py
 create mode 100644 edkrepo/common/workspace_maintenance/git_config_maintenance.py

-- 
2.27.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68326): https://edk2.groups.io/g/devel/message/68326
Mute This Topic: https://groups.io/mt/78703867/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [Edk2-staging/EdkRepo] [PATCH 0/2] Edkrepo: Add the maintenance command
Posted by Nate DeSimone 3 years, 4 months ago
For the series...

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

> -----Original Message-----
> From: Ashley E Desimone <ashley.e.desimone@intel.com>
> Sent: Thursday, December 3, 2020 9:50 PM
> To: devel@edk2.groups.io
> Cc: 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>; Bjorge, Erik C
> <erik.c.bjorge@intel.com>
> Subject: [Edk2-staging/EdkRepo] [PATCH 0/2] Edkrepo: Add the maintenance
> command
> 
> This patch set add the maintenance command and its required support.
> The maintenance command is intended to streamline workspace wide
> maintenance operations such as git gc and configuration of the git global
> config.
> 
> Patch 1 moves the functionality to clean unused insteadOf entires from the
> git global config to a shared location and updates the sync command
> accordingly.
> 
> Patch 2 adds the maintenance command, all strings used by the maintenance
> command and support to configure the core.longpaths setting in the git
> global config.
> 
> 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: Ashley E Desimone <ashley.e.desimone@intel.com>
> 
> Ashley E Desimone (2):
>   EdkRepo: Move git config clean up function to a common location
>   EdkRepo: Add the edkrepo maintenance command
> 
>  .../commands/arguments/maintenance_args.py    | 12 ++++
>  edkrepo/commands/humble/maintenance_humble.py | 16 +++++
>  edkrepo/commands/maintenance_command.py       | 71
> +++++++++++++++++++
>  edkrepo/commands/sync_command.py              | 27 ++-----
>  .../git_config_maintenance.py                 | 43 +++++++++++
>  5 files changed, 147 insertions(+), 22 deletions(-)  create mode 100644
> edkrepo/commands/arguments/maintenance_args.py
>  create mode 100644 edkrepo/commands/humble/maintenance_humble.py
>  create mode 100644 edkrepo/commands/maintenance_command.py
>  create mode 100644
> edkrepo/common/workspace_maintenance/git_config_maintenance.py
> 
> --
> 2.27.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68404): https://edk2.groups.io/g/devel/message/68404
Mute This Topic: https://groups.io/mt/78703867/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-