From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com []) by mx.groups.io with SMTP id smtpd.web12.2194.1587505601371248566 for ; Tue, 21 Apr 2020 14:46:42 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: JpTv8hbLCKJpAZTWudRHpkG3mvrUj3sq7xlaeY97/4zl7ytBm1vt8xph/DUAC0hndx0zgmAytb z/pzCRSTx6tA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 14:46:40 -0700 IronPort-SDR: xr7eIosMXmYyuwiYV9d/btEK+viN+6PZMoThoKVOE31pYPB0UYh/Jc8s/E5vUcSNFLwfdy27/Q qUuhtiFKNo9g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,411,1580803200"; d="scan'208";a="429674144" Received: from aedesimo-desk.amr.corp.intel.com ([10.7.159.171]) by orsmga005.jf.intel.com with ESMTP; 21 Apr 2020 14:46:40 -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 0/2] EdkRepo: Add initial manifest repository support Date: Tue, 21 Apr 2020 14:46:36 -0700 Message-Id: <20200421214638.33344-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Adds initial support for manifest repository management 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 (2): EdkRepo: Add edkrepo/common/workspace_mgmt/manifest_repos_mgmt 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_mgmt_humble.py | 23 +++++++++ .../common/workspace_mgmt/manifest_repos_mgmt.py | 59 ++++++++++++++++++++++ setup.py | 5 +- 5 files changed, 89 insertions(+), 39 deletions(-) create mode 100644 edkrepo/common/workspace_mgmt/humble/manifest_repos_mgmt_humble.py create mode 100644 edkrepo/common/workspace_mgmt/manifest_repos_mgmt.py -- 2.16.2.windows.1