[edk2-devel] [edk2-staging/EdkRepo] [PATCH v5 0/3] Add initial manifest repository support

Ashley E Desimone posted 3 patches 4 years ago
Failed in applying to current master (apply log)
edkrepo/common/common_repo_functions.py            | 33 ++----------
edkrepo/common/humble.py                           |  8 ---
.../humble/manifest_repos_maintenance_humble.py    | 23 +++++++++
.../manifest_repos_maintenance.py                  | 59 ++++++++++++++++++++++
.../workspace_maintenance/workspace_maintenance.py | 30 +++++++++++
setup.py                                           |  5 +-
6 files changed, 119 insertions(+), 39 deletions(-)
create mode 100644 edkrepo/common/workspace_maintenance/humble/manifest_repos_maintenance_humble.py
create mode 100644 edkrepo/common/workspace_maintenance/manifest_repos_maintenance.py
create mode 100644 edkrepo/common/workspace_maintenance/workspace_maintenance.py
[edk2-devel] [edk2-staging/EdkRepo] [PATCH v5 0/3] Add initial manifest repository support
Posted by Ashley E Desimone 4 years ago
V5 updates the imports in patch 3/3 to reflect the change
in file names resulting from V4

V4 addresses Nate's comments regarding typo of 'maintenance'
and added edkrepo.common.workspace_maintenance to setup.py
in patch 1/3

V3 Addresses Prince's comments regarding typos in patch 2/3

V2 Replaces use of management with maitenance per feedback
V2 Introduces patch 1/1 which removes a circular import between
common_repo_functions.py and manifest_repos_maitenance.py by
adding workspace_maiteneance.py.

Adds initial support for manifest repository maitenance while
retaining support for commands to use the existing edkrepo.cfg
format and manifest repo support functions.

Signed-off-by: Ashley E Desimone <ashley.e.desimone@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>

Ashley E Desimone (3):
  EdkRepo: Initial commit of workspace_maintenance.py
  EdkRepo: Add
    edkrepo/common/workspace_maintenance/manifest_repos_maintenance
  EdkRepo: Update pull_latest_manifest_repo to use
    pull_single_manifest_repo

 edkrepo/common/common_repo_functions.py            | 33 ++----------
 edkrepo/common/humble.py                           |  8 ---
 .../humble/manifest_repos_maintenance_humble.py    | 23 +++++++++
 .../manifest_repos_maintenance.py                  | 59 ++++++++++++++++++++++
 .../workspace_maintenance/workspace_maintenance.py | 30 +++++++++++
 setup.py                                           |  5 +-
 6 files changed, 119 insertions(+), 39 deletions(-)
 create mode 100644 edkrepo/common/workspace_maintenance/humble/manifest_repos_maintenance_humble.py
 create mode 100644 edkrepo/common/workspace_maintenance/manifest_repos_maintenance.py
 create mode 100644 edkrepo/common/workspace_maintenance/workspace_maintenance.py

-- 
2.16.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#58006): https://edk2.groups.io/g/devel/message/58006
Mute This Topic: https://groups.io/mt/73230134/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 v5 0/3] Add initial manifest repository support
Posted by Nate DeSimone 4 years ago
For the patch series...

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

-----Original Message-----
From: Desimone, Ashley E <ashley.e.desimone@intel.com> 
Sent: Thursday, April 23, 2020 4:10 PM
To: devel@edk2.groups.io
Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Pandya, Puja <puja.pandya@intel.com>; Bjorge, Erik C <erik.c.bjorge@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Agyeman, Prince <prince.agyeman@intel.com>
Subject: [edk2-staging/EdkRepo] [PATCH v5 0/3] Add initial manifest repository support

V5 updates the imports in patch 3/3 to reflect the change in file names resulting from V4

V4 addresses Nate's comments regarding typo of 'maintenance'
and added edkrepo.common.workspace_maintenance to setup.py in patch 1/3

V3 Addresses Prince's comments regarding typos in patch 2/3

V2 Replaces use of management with maitenance per feedback
V2 Introduces patch 1/1 which removes a circular import between common_repo_functions.py and manifest_repos_maitenance.py by adding workspace_maiteneance.py.

Adds initial support for manifest repository maitenance while retaining support for commands to use the existing edkrepo.cfg format and manifest repo support functions.

Signed-off-by: Ashley E Desimone <ashley.e.desimone@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>

Ashley E Desimone (3):
  EdkRepo: Initial commit of workspace_maintenance.py
  EdkRepo: Add
    edkrepo/common/workspace_maintenance/manifest_repos_maintenance
  EdkRepo: Update pull_latest_manifest_repo to use
    pull_single_manifest_repo

 edkrepo/common/common_repo_functions.py            | 33 ++----------
 edkrepo/common/humble.py                           |  8 ---
 .../humble/manifest_repos_maintenance_humble.py    | 23 +++++++++
 .../manifest_repos_maintenance.py                  | 59 ++++++++++++++++++++++
 .../workspace_maintenance/workspace_maintenance.py | 30 +++++++++++
 setup.py                                           |  5 +-
 6 files changed, 119 insertions(+), 39 deletions(-)  create mode 100644 edkrepo/common/workspace_maintenance/humble/manifest_repos_maintenance_humble.py
 create mode 100644 edkrepo/common/workspace_maintenance/manifest_repos_maintenance.py
 create mode 100644 edkrepo/common/workspace_maintenance/workspace_maintenance.py

--
2.16.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#58007): https://edk2.groups.io/g/devel/message/58007
Mute This Topic: https://groups.io/mt/73230134/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-