From 0d5ce6daa6add22627da421101ecc61ecf254854 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Fri, 16 Feb 2024 11:08:47 +0100 Subject: [PATCH] Ensure ubuntu-wsl images can be published in cloud-images again. The cloud-images logic is now special case for ubuntu-wsl to not require ending with project_prefix. Readd it first, which will allow us to ensure backward compability on cloud-images.ubuntu.com --- live-build/ubuntu-wsl/hooks/99-tar.binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-wsl/hooks/99-tar.binary b/live-build/ubuntu-wsl/hooks/99-tar.binary index 1cf50278..56a39246 100755 --- a/live-build/ubuntu-wsl/hooks/99-tar.binary +++ b/live-build/ubuntu-wsl/hooks/99-tar.binary @@ -84,7 +84,7 @@ create_archive_with_upgrade_policy() { cd chroot sed -i "s#Prompt=.*#Prompt=${upgrade_policy}#" ./etc/update-manager/release-upgrades - tar --xattrs --sort=name -czf ../livecd.${app_id}.ubuntu-wsl.rootfs.tar.gz * + tar --xattrs --sort=name -czf ../livecd.ubuntu-wsl.${app_id}.rootfs.tar.gz * cd .. }