aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-01-18 04:39:24 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-01-18 04:43:24 +0100
commit34dd694dd3206623b8d106afe6967d88684f84e3 (patch)
tree769b4a9174de98d0dcb4091e060d5b17c4d68112
parent9dfc2ec6b19fd6dba2222913f460d5105cf7e8b8 (diff)
downloadvendor_replicant-release-scripts-34dd694dd3206623b8d106afe6967d88684f84e3.tar.gz
vendor_replicant-release-scripts-34dd694dd3206623b8d106afe6967d88684f84e3.tar.bz2
vendor_replicant-release-scripts-34dd694dd3206623b8d106afe6967d88684f84e3.zip
release.sh: Fix missing zip files in the release
Without that fix, we end up with no zip files in the release, so we can't install Replicant. This was broken by commit 10c741bd9ff53e86e6a5035f09af159f7116b6c8 (releasevars.sh: generate RELEASE_IMAGES from RELEASE_DEVICES). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-xreleasevars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasevars.sh b/releasevars.sh
index b4e423b..66f2b16 100755
--- a/releasevars.sh
+++ b/releasevars.sh
@@ -61,7 +61,7 @@ fi
RELEASE_IMAGES=""
for device in ${RELEASE_DEVICES} ; do
RELEASE_IMAGES="${RELEASE_IMAGES} recovery-${device}.img"
- RELEASE_IMAGES="${RELEASE_IMAGES} replicant-${RELEASE}-${device}"
+ RELEASE_IMAGES="${RELEASE_IMAGES} replicant-${RELEASE}-${device}.zip"
done
RELEASE_KEY=""