Debian repo script: no need to pass architectures
This commit is contained in:
parent
9406edbc9e
commit
ca5b16a161
1 changed files with 1 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue