From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 28 Nov 2025 16:26:43 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vP0Mt-005pMK-0M for lore@lore.pengutronix.de; Fri, 28 Nov 2025 16:26:43 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vP0Ms-0004hP-Fk; Fri, 28 Nov 2025 16:26:42 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vP0Mq-0004gz-Gm for distrokit@pengutronix.de; Fri, 28 Nov 2025 16:26:40 +0100 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vP0Mq-002ydP-15 for distrokit@pengutronix.de; Fri, 28 Nov 2025 16:26:40 +0100 Received: from rhi by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1vP0Mq-00BdhP-0n for distrokit@pengutronix.de; Fri, 28 Nov 2025 16:26:40 +0100 Date: Fri, 28 Nov 2025 16:26:40 +0100 From: Roland Hieber To: distrokit@pengutronix.de Message-ID: <1764343572-871426f1800ab9c2f4b66905@pty> References: <20251022130535.284556-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20251022130535.284556-1-rhi@pengutronix.de> Subject: Re: [DistroKit] [PATCH v2 1/3] ci-prepare: fix indentation X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Robert, FYI this series is still needed on next branch so that the v8a jobs run in Jenkins cleanly. - Rolad On Wed, Oct 22, 2025 at 03:05:33PM +0200, Roland Hieber wrote: > Use tabs for indentation as anywhere else in the codebase. No functional > change intended. > > Signed-off-by: Roland Hieber > --- > v2: > * reorder to beginning of series > * fix unindented pun in the commit message > > v1: https://lore.distrokit.org/distrokit/20251022122947.241881-3-rhi@pengutronix.de > --- > ci-prepare | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/ci-prepare b/ci-prepare > index 4144d28eca2f..1e2605c05553 100755 > --- a/ci-prepare > +++ b/ci-prepare > @@ -1,14 +1,14 @@ > #!/bin/sh > case "${JOB_BASE_NAME}" in > - *v8a*) > - [ -e selected_toolchain_r5 ] || { > - # store away the currently selected toolchain > - [ -e selected_toolchain ] && mv selected_toolchain selected_toolchain_ci_backup > - # create toolchain based on v7a platform, which is needed for R5 processor. > - ptxdist toolchain --platformconfig=configs/platform-v7a/platformconfig > - mv selected_toolchain selected_toolchain_r5 > - # restore the selected toolchain, if there was one before > - [ -e selected_toolchain_ci_backup ] && mv selected_toolchain_ci_backup selected_toolchain > - } > - ;; > + *v8a*) > + [ -e selected_toolchain_r5 ] || { > + # store away the currently selected toolchain > + [ -e selected_toolchain ] && mv selected_toolchain selected_toolchain_ci_backup > + # create toolchain based on v7a platform, which is needed for R5 processor. > + ptxdist toolchain --platformconfig=configs/platform-v7a/platformconfig > + mv selected_toolchain selected_toolchain_r5 > + # restore the selected toolchain, if there was one before > + [ -e selected_toolchain_ci_backup ] && mv selected_toolchain_ci_backup selected_toolchain > + } > + ;; > esac > -- > 2.47.3 > > > -- Roland Hieber, Pengutronix e.K. | rhi@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |