mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
Generate source catalogs for the desktop canary build.
This commit is contained in:
parent
23f307754c
commit
8f8fc220c7
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.737) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Generate source catalogs for the desktop canary build.
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 13 Sep 2021 09:52:06 +1200
|
||||||
|
|
||||||
livecd-rootfs (2.736) impish; urgency=medium
|
livecd-rootfs (2.736) impish; urgency=medium
|
||||||
|
|
||||||
* Change the per language layers in the desktop canary build to have more
|
* Change the per language layers in the desktop canary build to have more
|
||||||
|
@ -652,6 +652,25 @@ case $PROJECT in
|
|||||||
|
|
||||||
derive_language_layers minimal desktop-minimal desktop-minimal-default-languages
|
derive_language_layers minimal desktop-minimal desktop-minimal-default-languages
|
||||||
derive_language_layers minimal.standard desktop desktop-default-languages
|
derive_language_layers minimal.standard desktop desktop-default-languages
|
||||||
|
cat <<-EOF > config/minimal.catalog-in.yaml
|
||||||
|
name: "Ubuntu Desktop (minimized)"
|
||||||
|
description: >-
|
||||||
|
A minimal but usable Ubuntu Desktop.
|
||||||
|
id: ubuntu-desktop-minimal
|
||||||
|
type: fsimage
|
||||||
|
variant: desktop
|
||||||
|
EOF
|
||||||
|
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
||||||
|
name: "Ubuntu Desktop"
|
||||||
|
description: >-
|
||||||
|
A full featured Ubuntu Desktop.
|
||||||
|
id: ubuntu-desktop
|
||||||
|
type: fsimage
|
||||||
|
variant: desktop
|
||||||
|
default: yes
|
||||||
|
EOF
|
||||||
|
/usr/share/livecd-rootfs/checkout-translations-branch \
|
||||||
|
https://git.launchpad.net/subiquity po config/catalog-translations
|
||||||
;;
|
;;
|
||||||
|
|
||||||
desktop-preinstalled)
|
desktop-preinstalled)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user