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

Ashley E Desimone ashley.e.desimone at intel.com
Fri Dec 4 05:50:13 UTC 2020


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 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: Ashley E Desimone <ashley.e.desimone at 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/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