From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web10.3649.1588365590739524866 for ; Fri, 01 May 2020 13:39:50 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: MFzJGxLXn5K1KZdMcNDX/RNj5w5oTAwrBzO0wIeO7zZOGaNWJoU5WAm95VcrroY/W3hEv1DlJ3 s7rabC6Wl9lg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 May 2020 13:39:49 -0700 IronPort-SDR: bGKuZhhE14wk1zpCV/sFe1ACa4xOEUfIhbsSYm3y+M64qIx6VkLqo9VEgqYb3PH1M1vmXjWWnU pMWTL64pPRxg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,341,1583222400"; d="scan'208";a="460372433" Received: from aedesimo-desk.amr.corp.intel.com ([10.212.28.52]) by fmsmga006.fm.intel.com with ESMTP; 01 May 2020 13:39:49 -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: Remove duplicate function definitions Date: Fri, 1 May 2020 13:39:44 -0700 Message-Id: <20200501203946.17620-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Remove the duplicate definition of functions in common_repo_functions.py and update imports to use the definitions in workspace_maintenance.py. 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: Remove duplicate definition of generate_name_for_obsolete_backup EdkRepo: Remove duplicate definitions of case_insensitive_single_match and case_insensitive_equal edkrepo/commands/clone_command.py | 3 ++- edkrepo/commands/sync_command.py | 3 ++- edkrepo/common/common_repo_functions.py | 35 +-------------------------------- 3 files changed, 5 insertions(+), 36 deletions(-) -- 2.16.2.windows.1