Debian repo script: no need to pass architectures

This commit is contained in:
Robur 2022-02-25 13:20:13 +00:00
parent 9406edbc9e
commit ca5b16a161

View file

@ -120,9 +120,7 @@ aptly repo add "${PLATFORM}" "${TMP}"
: "${REPO_KEYID:="D5E2DC92617877EDF7D4FD4345EA05FB7E26053D"}" : "${REPO_KEYID:="D5E2DC92617877EDF7D4FD4345EA05FB7E26053D"}"
if [ "${REPO_EXISTS}" -eq 0 ]; then if [ "${REPO_EXISTS}" -eq 0 ]; then
aptly publish repo -gpg-key="${REPO_KEYID}" -architectures=all "${PLATFORM}" aptly publish repo -gpg-key="${REPO_KEYID}" "${PLATFORM}"
else else
aptly publish update -gpg-key="${REPO_KEYID}" "${PLATFORM}" aptly publish update -gpg-key="${REPO_KEYID}" "${PLATFORM}"
fi fi
# TODO architectures