xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #07681
[Merge] ~dbungert/ubuntu-seeds/+git/xubuntu:structure-ship-live into ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:noble
Dan Bungert has proposed merging ~dbungert/ubuntu-seeds/+git/xubuntu:structure-ship-live into ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:noble.
Commit message:
STRUCTURE: fix ship-live population
Update ship-live dependency so that the minimal packages are not
included, and boot assets are.
Requested reviews:
Xubuntu Developers (xubuntu-dev)
For more details, see:
https://code.launchpad.net/~dbungert/ubuntu-seeds/+git/xubuntu/+merge/464466
--
Your team Xubuntu Developers is requested to review the proposed merge of ~dbungert/ubuntu-seeds/+git/xubuntu:structure-ship-live into ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:noble.
diff --git a/STRUCTURE b/STRUCTURE
index 0c2a122..a308c7b 100644
--- a/STRUCTURE
+++ b/STRUCTURE
@@ -2,7 +2,7 @@ include platform.noble
desktop: desktop-common desktop-minimal
desktop-minimal: desktop-common
live: desktop live-common
-ship-live: boot
+ship-live: desktop-minimal
supported-desktop-extra: desktop ship-live supported-common
# make sure supported remains the last entry
supported: supported-desktop-extra
Follow ups