← Back to team overview

xubuntu-dev team mailing list archive

[Merge] ~xubuntu-dev/livecd-rootfs:xubuntu-indent-fix into livecd-rootfs:ubuntu/master

 

Sean Davis has proposed merging ~xubuntu-dev/livecd-rootfs:xubuntu-indent-fix into livecd-rootfs:ubuntu/master.

Commit message:
xubuntu: Fix description 2-line indentation

Requested reviews:
  Canonical Foundations Team (canonical-foundations)

For more details, see:
https://code.launchpad.net/~xubuntu-dev/livecd-rootfs/+git/livecd-rootfs/+merge/461073

An indentation error caused the latest Xubuntu builds to fail:

https://launchpadlibrarian.net/715634795/buildlog_ubuntu_noble_amd64_xubuntu_BUILDING.txt.gz
-- 
Your team Xubuntu Developers is subscribed to branch ~xubuntu-dev/livecd-rootfs:xubuntu-indent-fix.
diff --git a/live-build/auto/config b/live-build/auto/config
index c79f764..d4ea76b 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -889,7 +889,7 @@ case $PROJECT in
 		cat <<-EOF > config/minimal.catalog-in.yaml
 			name: "Xubuntu Minimal"
 			description: >-
-			A minimal installation of the Xubuntu Desktop.
+			  A minimal installation of the Xubuntu Desktop.
 			id: xubuntu-minimal
 			type: fsimage-layered
 			variant: desktop
@@ -906,7 +906,7 @@ case $PROJECT in
 				cat <<-EOF > config/minimal.standard.catalog-in.yaml
 					name: "Xubuntu Desktop"
 					description: >-
-					A full featured Xubuntu Desktop.
+					  A full featured Xubuntu Desktop.
 					id: xubuntu-desktop
 					type: fsimage-layered
 					variant: desktop

Follow ups