diff options
author | Tim Andersson <tim.andersson@canonical.com> | 2023-09-25 10:31:02 +0100 |
---|---|---|
committer | Tim Andersson <tim.andersson@canonical.com> | 2023-09-25 10:31:02 +0100 |
commit | d2a19951ddbe0dc6518bee0b99e6b6993c9c6fa7 (patch) | |
tree | 6961885b978e10f492bd9da37836985f76d2c018 | |
parent | 98dfe705d61ce5d3908c81ee1003b07ed15493a4 (diff) |
fix: switch from task to metapackage for ubuntu-unity upgrade testubuntu-unity-move-from-task-to-metapackage
In accordance with discussion here: https://bugs.launchpad.net/ubuntu/+source/ubuntu-unity-meta/+bug/2036989 Fixing the task not installable isn't possible, so we must move to the metapackage for ubuntu unity
-rw-r--r-- | profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml index 1d7c351..e186456 100644 --- a/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml +++ b/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml @@ -6,7 +6,7 @@ flavor: ubuntu-unity image_name: lunar_mantic_ubuntu_unity_desktop_amd64.img build_args: - - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-unity-desktop^' -v --timeout 14400" + - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-unity-desktop' -v --timeout 14400" releases: - "lunar" - "mantic" |