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 79154AC112C for ; Fri, 10 Nov 2023 19:08:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=A5VL3lvkb/bANYF0E/1nWpFmuedx1xrSJlJMcN0ioqo=; 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=1699643308; v=1; b=WHoHxD9X7N9ATYeooR579IcOeG580YRGzF0QOJgQIKmaIcQkSdkRUAX3vECts1n/8ccFcMWO NrM8kw3+KhYKGL/E6UsYxdkX3GXmHvsBJP1hY0eMycunBVz02OsoJ5QZTLPIiQDcUlbIUjTjrzt W15fhEnMDLRxra+LErhHaCrI= X-Received: by 127.0.0.2 with SMTP id ym1nYY7687511xeTEqpHRuWP; Fri, 10 Nov 2023 11:08:28 -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.35989.1699643307461446893 for ; Fri, 10 Nov 2023 11:08:27 -0800 X-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BC58F5C0283; Fri, 10 Nov 2023 14:08:26 -0500 (EST) X-Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 10 Nov 2023 14:08:26 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedruddvfedguddukecutefuodetggdotefrod 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:08:25 -0500 (EST) From: "Rebecca Cran" To: devel@edk2.groups.io, G Edhaya Chandran , Barton Gao , Carolyn Gjertsen , Samer El-Haj-Mahmoud , Supreeth Venkatesh Cc: Rebecca Cran Subject: [edk2-devel] [PATCH edk2-test v2 2/4] Rename files in HowToBuild to avoid spaces in filenames Date: Fri, 10 Nov 2023 12:08:09 -0700 Message-Id: <20231110190811.956645-3-rebecca@bsdio.com> In-Reply-To: <20231110190811.956645-1-rebecca@bsdio.com> References: <20231110190811.956645-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: 9tKkhZAzScxIfikiZCHMTOGex7686176AA= 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=WHoHxD9X; 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 (#111060): https://edk2.groups.io/g/devel/message/111060 Mute This Topic: https://groups.io/mt/102513314/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-