summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-06-05 14:00:32 +0200
committerGitHub <noreply@github.com>2019-06-05 14:00:32 +0200
commit4af32c3d2b1ad79cb8e7fbefd4ddeb648f06c4d7 (patch)
tree1fbeb18090f027dd64a3b4b647b8917b06f86fce /scripts
parenteb63622b2f3aa4869e0a4e927b5b2ee5bd152053 (diff)
parentc3a41ee3310428872218f8780b380e059eb7e00f (diff)
downloadmeta-updater-4af32c3d2b1ad79cb8e7fbefd4ddeb648f06c4d7.tar.gz
Merge pull request #524 from advancedtelematic/refactor/OTA-2798/rename-provisioning
Refactor/ota 2798/rename provisioning
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/find_aktualizr_dependencies.sh13
1 files changed, 7 insertions, 6 deletions
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")"
10# (jsoncpp, open62541, picojson). Also check libp11, dpkg, and systemd since 10# (jsoncpp, open62541, picojson). Also check libp11, dpkg, and systemd since
11# those are common dependencies not enabled by default. 11# those are common dependencies not enabled by default.
12${parentdir}/find_dependencies.py aktualizr 12${parentdir}/find_dependencies.py aktualizr
13${parentdir}/find_dependencies.py aktualizr-auto-prov 13${parentdir}/find_dependencies.py aktualizr-shared-prov
14${parentdir}/find_dependencies.py aktualizr-auto-prov-creds 14${parentdir}/find_dependencies.py aktualizr-shared-prov-creds
15${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov 15${parentdir}/find_dependencies.py aktualizr-device-prov
16${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov-creds 16${parentdir}/find_dependencies.py aktualizr-device-prov-creds
17${parentdir}/find_dependencies.py aktualizr-hsm-prov 17${parentdir}/find_dependencies.py aktualizr-device-prov-hsm
18${parentdir}/find_dependencies.py aktualizr-hsm-prov-creds 18${parentdir}/find_dependencies.py aktualizr-auto-reboot
19${parentdir}/find_dependencies.py aktualizr-disable-send-ip 19${parentdir}/find_dependencies.py aktualizr-disable-send-ip
20${parentdir}/find_dependencies.py aktualizr-log-debug 20${parentdir}/find_dependencies.py aktualizr-log-debug
21${parentdir}/find_dependencies.py aktualizr-polling-interval
21${parentdir}/find_dependencies.py libp11 22${parentdir}/find_dependencies.py libp11
22${parentdir}/find_dependencies.py dpkg 23${parentdir}/find_dependencies.py dpkg
23${parentdir}/find_dependencies.py systemd 24${parentdir}/find_dependencies.py systemd