From 0b9caa66a90e0a0ea673ffcc37a00818e4806dac Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Tue, 28 May 2019 09:46:28 +0200 Subject: Rename provisioning methods. "Autoprovisioning" or "automatic provisioning" is now known as "shared credential provisioning". "Implicit provisioning" is now known as "device credential provisioning". "HSM provisioning" was always a misnomer, so it is now refered to as "device credential provisioning with an HSM". This includes a bump of the aktualizr version as well. Signed-off-by: Patrick Vacek --- scripts/find_aktualizr_dependencies.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/find_aktualizr_dependencies.sh b/scripts/find_aktualizr_dependencies.sh index 986b541..493df80 100755 --- a/scripts/find_aktualizr_dependencies.sh +++ b/scripts/find_aktualizr_dependencies.sh @@ -10,14 +10,15 @@ parentdir="$(dirname "$0")" # (jsoncpp, open62541, picojson). Also check libp11, dpkg, and systemd since # those are common dependencies not enabled by default. ${parentdir}/find_dependencies.py aktualizr -${parentdir}/find_dependencies.py aktualizr-auto-prov -${parentdir}/find_dependencies.py aktualizr-auto-prov-creds -${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov -${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov-creds -${parentdir}/find_dependencies.py aktualizr-hsm-prov -${parentdir}/find_dependencies.py aktualizr-hsm-prov-creds +${parentdir}/find_dependencies.py aktualizr-shared-prov +${parentdir}/find_dependencies.py aktualizr-shared-prov-creds +${parentdir}/find_dependencies.py aktualizr-device-prov +${parentdir}/find_dependencies.py aktualizr-device-prov-creds +${parentdir}/find_dependencies.py aktualizr-device-prov-hsm +${parentdir}/find_dependencies.py aktualizr-auto-reboot ${parentdir}/find_dependencies.py aktualizr-disable-send-ip ${parentdir}/find_dependencies.py aktualizr-log-debug +${parentdir}/find_dependencies.py aktualizr-polling-interval ${parentdir}/find_dependencies.py libp11 ${parentdir}/find_dependencies.py dpkg ${parentdir}/find_dependencies.py systemd -- cgit v1.2.3-54-g00ecf