[neon/neon/livecd-rootfs/Neon/release] live-build/auto: fix an extraneous ||

Brian Murray null at kde.org
Mon Aug 23 10:20:36 BST 2021


Git commit 6fac135f23dba4000aaf54ad758281735b09beed by Brian Murray.
Committed on 28/07/2021 at 21:34.
Pushed by jriddell into branch 'Neon/release'.

fix an extraneous ||

M  +1    -1    live-build/auto/config

https://invent.kde.org/neon/neon/livecd-rootfs/commit/6fac135f23dba4000aaf54ad758281735b09beed

diff --git a/live-build/auto/config b/live-build/auto/config
index 9ebe3ba8..06439113 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -449,7 +449,7 @@ case $IMAGEFORMAT in
 			# We need to look in two places for the gadget tree:
 			# - Launchpad hosted gadgets will be in the snap-gadget repo
 			# - Github hosted gadgets are mirrored into a github-mirror repo
-			git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/snap-$MODEL -b $BRANCH config/$PREFIX-gadget || git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/github-mirror -b $BRANCH config/$PREFIX-gadget || || git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/github-mirror-$ARCH -b $BRANCH config/$PREFIX-gadget
+			git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/snap-$MODEL -b $BRANCH config/$PREFIX-gadget || git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/github-mirror -b $BRANCH config/$PREFIX-gadget || git clone git://git.launchpad.net/~canonical-foundations/snap-$MODEL/+git/github-mirror-$ARCH -b $BRANCH config/$PREFIX-gadget
 
 			echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common
 			echo "SUITE=$SUITE" >> config/common



More information about the Neon-commits mailing list