index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-01 21:37:19 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-01 21:37:19 +0100 |
commit | b43bf951c7471fabd2301641ba3503bacf5b91e7 (patch) | |
tree | 14954f32f0e7d6ca0376c37b2864178d0c5c7051 /update-website | |
parent | 3b569e24016a3cb5258e9e856d7161b8360499f3 (diff) |
-rwxr-xr-x | update-website | 8 |
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=( |