From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web10.1677.1587668977772311423 for ; Thu, 23 Apr 2020 12:09:38 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: CbPGTD+hwPe2Ifa/fIR/uq/STmiNVPZb/Mt5Xn+pSIV+oCyEU+SgG0vaB1FZlasO4WcPEb41a7 hAL68rGekPuA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 12:09:36 -0700 IronPort-SDR: JIdZid7dq1ZIi3UqhDjBXfbGb5vi5OMOXLBr3dt7Eus7xgYpqXpFpnmxOjiEdNGfuR+oYVrq19 vAyqs4AfDYxQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,307,1583222400"; d="scan'208";a="403019344" Received: from aedesimo-desk.amr.corp.intel.com ([10.7.159.171]) by orsmga004.jf.intel.com with ESMTP; 23 Apr 2020 12:09:36 -0700 From: "Ashley E Desimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya , Erik Bjorge , Bret Barkelew , Prince Agyeman Subject: [edkrepo2-staging/EdkRepo] [PATCH V4 0/3] Add initial manifest repository support Date: Thu, 23 Apr 2020 12:09:30 -0700 Message-Id: <20200423190933.43108-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 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