From nobody Thu May 2 18:06:43 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+53434+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53434+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1579730125; cv=none; d=zohomail.com; s=zohoarc; b=IcPYqSNSnxODZxLWkTro5X5JAQolI74mFXLB8giV1zEr0TsjiTuh+/tFexwWOa6YDWwWiqYrB0U1b3rBk+yQQmtQ7S9bw9Xj/T1JxIsjEdk4UJQk9Pbyc4dZjMB+GnT+x3XXIXMrIWaJ+cVRskBgqcXVKdjAEzX6es+BBEd9T+8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1579730125; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=He28dANuhlf4LDo51dfhFLmCgh8Z5jVYSI3hUTCOU64=; b=ePrl3XRw1xiTfBz5o1EanN3q0dFvQgWJ5JpVqA4CXVceZSjtW0fIBwil9d8IxIioPjbeV7kd+K+6eaY+tZowhbtIiwm0wCcJ6BSOt4Nw+cTRN8iRfoS0jDIro6ZiAhJ78DO+8xAxWWU0FvNKE8HiPzmANo/6Jq2iLraetkpc9FE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53434+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1579730125671216.5564475334793; Wed, 22 Jan 2020 13:55:25 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 0Y7mYY1788612xrurmHW6qw8; Wed, 22 Jan 2020 13:55:25 -0800 X-Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web09.459.1579730124664414977 for ; Wed, 22 Jan 2020 13:55:24 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2020 13:55:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,351,1574150400"; d="scan'208";a="400141244" X-Received: from ecbjorge-mobl1.amr.corp.intel.com ([10.7.159.66]) by orsmga005.jf.intel.com with ESMTP; 22 Jan 2020 13:55:23 -0800 From: "Bjorge, Erik C" To: devel@edk2.groups.io Cc: Nate DeSimone , Ashley DeSimone , Puja Pandya , Bret Barkelew Subject: [edk2-devel] [edk2-staging/EdkRepo][PATCH v1] EdkRepo: Fixed execution of final_copy.py Date: Wed, 22 Jan 2020 13:55:13 -0800 Message-Id: <93fef0f8caa445fd6c01a968f87a6de639fe0fd2.1579728839.git.erik.c.bjorge@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,erik.c.bjorge@intel.com X-Gm-Message-State: FOHhBvbtbGayxstyrR6xabLxx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1579730125; bh=cN/iMv2LB9uro3AAfChW5P9CwryE2ZwidFI3IkTz8vM=; h=Cc:Date:From:Reply-To:Subject:To; b=V8iqbFKYOJLFlwxRr//6IAdGSObEZKtQdT1AtkU+uUIpXBNbMmbG10CnBphtETs/esq YgLhKOGOjCifoiEpzSc8/Oo7DrT2oFXalcHO3bfs4vLkaBqik8kAQAI7bhJ72RiM5SZk2 9BKM5OyLEhH7Up/D9jQpN658FCAJih89Jow= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" On Ubuntu the script final_copy.py was not able to run without prepending ./ to the script name. Signed-off-by: Erik Bjorge Cc: Nate DeSimone Cc: Ashley DeSimone Cc: Puja Pandya Cc: Bret Barkelew Reviewed-by: Ashley Desimone Reviewed-by: Nate DeSimone --- build-scripts/build_linux_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/build_linux_installer.py b/build-scripts/build_l= inux_installer.py index 4501dec..0130552 100755 --- a/build-scripts/build_linux_installer.py +++ b/build-scripts/build_linux_installer.py @@ -55,7 +55,7 @@ def main(): =20 # Step 4: Package installer files try: - subprocess.run('final_copy.py', check=3DTrue) + subprocess.run(os.path.join('.', 'final_copy.py'), check=3DTrue) except: print('Failed to generate installer package') return 1 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53434): https://edk2.groups.io/g/devel/message/53434 Mute This Topic: https://groups.io/mt/69995553/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-