public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Edk2-staging/EdkRepo] [PATCH 0/2] Edkrepo: Add the maintenance command
@ 2020-12-04  5:50 Ashley E Desimone
  2020-12-04  5:50 ` [Edk2-staging/EdkRepo] [PATCH 1/2] EdkRepo: Move git config clean up function to a common location Ashley E Desimone
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ashley E Desimone @ 2020-12-04  5:50 UTC (permalink / raw)
  To: devel
  Cc: Nate DeSimone, Puja Pandya, Bret Barkelew, Prince Agyeman,
	Erik Bjorge

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-07 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-04  5:50 [Edk2-staging/EdkRepo] [PATCH 0/2] Edkrepo: Add the maintenance command Ashley E Desimone
2020-12-04  5:50 ` [Edk2-staging/EdkRepo] [PATCH 1/2] EdkRepo: Move git config clean up function to a common location Ashley E Desimone
2020-12-04  5:50 ` [Edk2-staging/EdkRepo] [PATCH 2/2] EdkRepo: Add the edkrepo maintenance command Ashley E Desimone
2020-12-07 22:11 ` [Edk2-staging/EdkRepo] [PATCH 0/2] Edkrepo: Add the " Nate DeSimone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox