From 513da91d2149abe59f9f6fb7f728b5f4d9f641c1 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 19 Dec 2019 12:40:40 +0100 Subject: Update dependencies to scan with ORT. Signed-off-by: Patrick Vacek --- scripts/find_aktualizr_dependencies.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/find_aktualizr_dependencies.sh b/scripts/find_aktualizr_dependencies.sh index fcb2f97..604cc9a 100755 --- a/scripts/find_aktualizr_dependencies.sh +++ b/scripts/find_aktualizr_dependencies.sh @@ -5,10 +5,9 @@ parentdir="$(dirname "$0")" # Does NOT include garage-sign, anything used only for testing (i.e. strace and # gtest), any of the git submodules, all of which are also only used for -# testing (tuf-test-vectors, isotp-c, ostreesysroot, and HdrHistogram_c), or -# any other third party modules included directly into the source tree -# (jsoncpp, open62541, picojson). Also check libp11, dpkg, and systemd since -# those are common dependencies not enabled by default. +# testing (tuf-test-vectors, jsoncpp, and HdrHistogram_c), or any other third +# party modules included directly into the source tree. Also check libp11 and +# systemd since those are common dependencies not enabled by default. ${parentdir}/find_dependencies.py aktualizr ${parentdir}/find_dependencies.py aktualizr-shared-prov ${parentdir}/find_dependencies.py aktualizr-shared-prov-creds @@ -18,7 +17,7 @@ ${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 aktualizr-virtualsec ${parentdir}/find_dependencies.py libp11 -${parentdir}/find_dependencies.py dpkg ${parentdir}/find_dependencies.py systemd -- cgit v1.2.3-54-g00ecf