From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.84897.1674763523736732965 for ; Thu, 26 Jan 2023 12:05:24 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: abhi.singh@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0A8AE4B3; Thu, 26 Jan 2023 12:06:05 -0800 (PST) Received: from abhsin07-ThinkStation-P720.austin.arm.com (abhsin07-ThinkStation-P720.austin.arm.com [10.118.29.242]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1C4603F71E; Thu, 26 Jan 2023 12:05:23 -0800 (PST) From: "Abhimanyu Singh" To: devel@edk2.groups.io Cc: Edhaya.Chandran@arm.com, gaojie@byosoft.com.cn, Carolyn.Gjertsen@amd.com Subject: [PATCH v1 0/1] update path to edk2-test-parser, checks for repo Date: Thu, 26 Jan 2023 14:05:16 -0600 Message-Id: <20230126200517.871991-1-Abhi.Singh@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable buildzip.sh was referencing the obsolete sct_parser project which has been replaced with edk2-test-parser. The script now checks for the edk2-test-parser repo in $pwd, if not present then the script exits and reminds the user to clone edk2-test-parser. Now the script copies edk2-test-parser/* recursively to the repo. Branch: https://github.com/aabhi64/edk2-test Cc: G Edhaya Chandran Cc: Barton Gao Cc: Carolyn Gjertsen Abhi Singh (1): uefi-sct/SctPkg: update path to edk2-test-parser, check for repo uefi-sct/SctPkg/buildzip.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) --=20 2.25.1