From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.4128.1589158229244686585 for ; Sun, 10 May 2020 17:50:29 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: e1r9YbYsz8lqrCsBhkqW/TiMBGR05G3t8nLZClYJzErpNnCj9S4cbrp5lHMOI0XdHvLLIEkSp6 9q+MHAudnV+Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2020 17:50:28 -0700 IronPort-SDR: 6QNDZlknsT9E6f1N7UIbBWzUlh3hNyppAnMfWzKRJRrjrrmI3QlbJTkqZCvB2lVcW2ywG7yNMr pufzT3JADWdw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,377,1583222400"; d="scan'208";a="296747704" Received: from aedesimo-desk.amr.corp.intel.com ([10.212.208.216]) by fmsmga002.fm.intel.com with ESMTP; 10 May 2020 17:50:28 -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/4] EdkRepo: Finalize multiple manifest repository support Date: Sun, 10 May 2020 17:50:22 -0700 Message-Id: <20200511005026.23532-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Finalize integration of multiple manifest repository support. By adding support to remaining commands and by removing support for the Manifest-Repo section of the edkrepo.cfg file. Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew Cc: Prince Agyeman Ashley E Desimone (4): EdkRepo: Update sync to support multiple manifest repositories EdkRepo: Remove unused functions from common_repo_functions.py EdkRepo: Add support for multiple manifest repostories to command completions EdkRepo: Remove support for deprecated Manifest-Repo content in edkrepo.cfg edkrepo/command_completion_edkrepo.py | 48 ++++++++++++------- edkrepo/commands/clone_command.py | 3 +- edkrepo/commands/manifest_command.py | 2 +- edkrepo/commands/sync_command.py | 42 +++++++++------- edkrepo/common/common_repo_functions.py | 85 +++++++++++---------------------- edkrepo/common/humble.py | 4 +- edkrepo/config/config_factory.py | 12 +---- edkrepo_installer/Vendor/edkrepo.cfg | 5 -- edkrepo_manifest_parser/edk_manifest.py | 42 ++++++++++++---- 9 files changed, 124 insertions(+), 119 deletions(-) -- 2.16.2.windows.1