From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 002A4941941 for ; Fri, 10 Nov 2023 19:02:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=RLF8jkjWA66v4Cgep/XOpgSTiGOnrCe7HFSIQWCABXY=; c=relaxed/simple; d=groups.io; h=Feedback-ID:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1699642955; v=1; b=ClVGHFmMEaTfYqcgtd1iDjdRqPjdvBF3gIrHtO7KEC3vJfRhZP9ZzewV10n1KMqbLMtPr2HV whg8cKdbtjGx2awl8dpzyRw44LGSCbHjQ5tFUo3rF2+B0+c4pXujp2B//k2kgehWJSevXz6zd2z oWeg1sym1CtxQPuuhsfwWm0g= X-Received: by 127.0.0.2 with SMTP id dusBYY7687511xPtuDAy7WGe; Fri, 10 Nov 2023 11:02:35 -0800 X-Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx.groups.io with SMTP id smtpd.web10.35860.1699642955071898880 for ; Fri, 10 Nov 2023 11:02:35 -0800 X-Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 58A1A5C01D7; Fri, 10 Nov 2023 14:02:34 -0500 (EST) X-Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 10 Nov 2023 14:02:34 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedruddvfedguddujecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvfevufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpeftvggs vggttggrucevrhgrnhcuoehrvggsvggttggrsegsshguihhordgtohhmqeenucggtffrrg htthgvrhhnpeegffeuueelvdeggfdvvdfgtedvudfhfeekudekieektddukeefteetieef vdelfeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hrvggsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 10 Nov 2023 14:02:32 -0500 (EST) From: "Rebecca Cran" To: devel@edk2.groups.io, G Edhaya Chandran , Barton Gao , Carolyn Gjertsen , Samer El-Haj-Mahmoud , Eric Jin , Arvin Chen , Supreeth Venkatesh Cc: Rebecca Cran Subject: [edk2-devel] [PATCH edk2-test 2/4] Rename files in HowToBuild to avoid spaces in filenames Date: Fri, 10 Nov 2023 12:01:57 -0700 Message-Id: <20231110190159.956341-3-rebecca@bsdio.com> In-Reply-To: <20231110190159.956341-1-rebecca@bsdio.com> References: <20231110190159.956341-1-rebecca@bsdio.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: 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,rebecca@bsdio.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: ijlGewkfLQf6qHeUOG8YnZmsx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=ClVGHFmM; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Rename the text files in the HowToBuild directory to remove the spaces and use CamelCase instead. Signed-off-by: Rebecca Cran Contributed-under: TianoCore Contribution Agreement 1.1 --- uefi-sct/HowToBuild/{How to accelerate SCT execution.txt => HowToAccelerateSctExecution.txt} | 0 uefi-sct/HowToBuild/{How to build SCT.txt => HowToBuildSct.txt} | 0 uefi-sct/HowToBuild/{How to build SCT in UDK2017.txt => HowToBuildSctInUdk2017.txt} | 0 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/uefi-sct/HowToBuild/How to accelerate SCT execution.txt b/uefi-sct/HowToBuild/HowToAccelerateSctExecution.txt similarity index 100% rename from uefi-sct/HowToBuild/How to accelerate SCT execution.txt rename to uefi-sct/HowToBuild/HowToAccelerateSctExecution.txt diff --git a/uefi-sct/HowToBuild/How to build SCT.txt b/uefi-sct/HowToBuild/HowToBuildSct.txt similarity index 100% rename from uefi-sct/HowToBuild/How to build SCT.txt rename to uefi-sct/HowToBuild/HowToBuildSct.txt diff --git a/uefi-sct/HowToBuild/How to build SCT in UDK2017.txt b/uefi-sct/HowToBuild/HowToBuildSctInUdk2017.txt similarity index 100% rename from uefi-sct/HowToBuild/How to build SCT in UDK2017.txt rename to uefi-sct/HowToBuild/HowToBuildSctInUdk2017.txt -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111054): https://edk2.groups.io/g/devel/message/111054 Mute This Topic: https://groups.io/mt/102513212/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-