From 12f0a9cf4c0e9b816a5dcb01d0a9983434256fe8 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Tue, 11 Nov 2025 19:48:12 +0000 Subject: [PATCH] imager: Delete temporary release-2711, release-2712 directories Update make-imager-release to remove the release-CHIP directories which contain the plain .zip files. These are used as the input to make-recovery-images which are disk images. RPi Imager expects to download disk-images rather than .zips so remove the temporary directories to avoid confusion. See: https://github.com/raspberrypi/rpi-eeprom/issues/770 --- .gitignore | 2 ++ imager/make-imager-release | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1377554e..c63be8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.swp +images-2711/ +images-2712/ diff --git a/imager/make-imager-release b/imager/make-imager-release index bd5ccf4e..f90332e9 100755 --- a/imager/make-imager-release +++ b/imager/make-imager-release @@ -9,3 +9,10 @@ ${script_dir}/make-release critical 2025-11-05 000138c0 "${script_dir}/2711-conf # Pi5 ${script_dir}/make-release critical 2025-11-05 "" "${script_dir}/2712-config" release-2712 rpi-boot-eeprom-recovery 2712 + +# Convert to disk image for RPi Imager downloads +sudo ${script_dir}/make-recovery-images + +# Delete the plain .zip files. These should not be uploaded as releases. +rm -rf release-2711 +rm -rf release-2712