From b43bf951c7471fabd2301641ba3503bacf5b91e7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 1 Feb 2022 21:37:19 +0100 Subject: adapted for buildmaster, ISO, update works, not the torrents --- update-website | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'update-website') diff --git a/update-website b/update-website index 3aa9570..bdcbfdd 100755 --- a/update-website +++ b/update-website @@ -7,8 +7,8 @@ website_dir='/usr/src/archlinux32/archweb32' usage() { >&2 echo '' - >&2 echo 'get-package-updates: check for packages that need to be built,' - >&2 echo ' and build a list in the proper build order' + >&2 echo 'update-website: update download, torrent, magnet links on' + >&2 echo ' the Arch32 website' >&2 echo '' >&2 echo 'possible options:' >&2 echo ' -h|--help: Show this help and exit.' @@ -308,7 +308,9 @@ if [ "${sign_keys}" != '33CA3597B0D161AAE4173F65C17F1214114574A4' ]; then >&2 printf 'Isos are signed with key %s instead of %s.\n' \ "${sign_keys}" \ '33CA3597B0D161AAE4173F65C17F1214114574A4' - exit 1 +# TODO: not fatal, we don't have the sign key for signing ISOS so we use our package sign key for now +# TODO: should not be hard coded, is a parameter for the script! +# exit 1 fi values=( -- cgit v1.2.3-54-g00ecf