From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com []) by mx.groups.io with SMTP id smtpd.web12.2173.1587683402016859444 for ; Thu, 23 Apr 2020 16:10:02 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: UJJYvXYNV3ltiTPPv/R/IVCFUPL2TrmkNVdAElH8G3Iv/N10lSxwYCEdYX13UnFCblOekYDQmc 7VV3Rf57Wjcw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 16:10:00 -0700 IronPort-SDR: uzmPzPsXpfh/Rg58iPoHWBbOiWUHxcQ/iNiUvzzcDMIhZb8UqNAhAlq3mHI5evNV8HkIM6Wfa7 GSGreqRQAy/g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,309,1583222400"; d="scan'208";a="430533029" Received: from aedesimo-desk.amr.corp.intel.com ([10.7.159.171]) by orsmga005.jf.intel.com with ESMTP; 23 Apr 2020 16:10:00 -0700 From: "Ashley E Desimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya , Erik Bjorge , Bret Barkelew , Prince Agyeman Subject: [edk2-staging/EdkRepo] [PATCH v5 0/3] Add initial manifest repository support Date: Thu, 23 Apr 2020 16:09:54 -0700 Message-Id: <20200423230957.38936-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 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 Cc: Nate DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew Cc: Prince Agyeman 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