diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-12-19 13:34:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 13:34:57 +0100 |
commit | 7a4a487eb86f8c4de19b3fe485bb467f5d95f72f (patch) | |
tree | eb0c1755a48f881c7b6b4b32ec90b79bd4455818 /scripts | |
parent | 11aedf9626074c824f7563148e33c7fb6374152d (diff) | |
parent | 513da91d2149abe59f9f6fb7f728b5f4d9f641c1 (diff) | |
download | meta-updater-7a4a487eb86f8c4de19b3fe485bb467f5d95f72f.tar.gz |
Merge pull request #653 from advancedtelematic/tests/ort-update
Update dependencies to scan with ORT.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/find_aktualizr_dependencies.sh | 9 |
1 files 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")" | |||
5 | 5 | ||
6 | # Does NOT include garage-sign, anything used only for testing (i.e. strace and | 6 | # Does NOT include garage-sign, anything used only for testing (i.e. strace and |
7 | # gtest), any of the git submodules, all of which are also only used for | 7 | # gtest), any of the git submodules, all of which are also only used for |
8 | # testing (tuf-test-vectors, isotp-c, ostreesysroot, and HdrHistogram_c), or | 8 | # testing (tuf-test-vectors, jsoncpp, and HdrHistogram_c), or any other third |
9 | # any other third party modules included directly into the source tree | 9 | # party modules included directly into the source tree. Also check libp11 and |
10 | # (jsoncpp, open62541, picojson). Also check libp11, dpkg, and systemd since | 10 | # systemd since those are common dependencies not enabled by default. |
11 | # those are common dependencies not enabled by default. | ||
12 | ${parentdir}/find_dependencies.py aktualizr | 11 | ${parentdir}/find_dependencies.py aktualizr |
13 | ${parentdir}/find_dependencies.py aktualizr-shared-prov | 12 | ${parentdir}/find_dependencies.py aktualizr-shared-prov |
14 | ${parentdir}/find_dependencies.py aktualizr-shared-prov-creds | 13 | ${parentdir}/find_dependencies.py aktualizr-shared-prov-creds |
@@ -18,7 +17,7 @@ ${parentdir}/find_dependencies.py aktualizr-auto-reboot | |||
18 | ${parentdir}/find_dependencies.py aktualizr-disable-send-ip | 17 | ${parentdir}/find_dependencies.py aktualizr-disable-send-ip |
19 | ${parentdir}/find_dependencies.py aktualizr-log-debug | 18 | ${parentdir}/find_dependencies.py aktualizr-log-debug |
20 | ${parentdir}/find_dependencies.py aktualizr-polling-interval | 19 | ${parentdir}/find_dependencies.py aktualizr-polling-interval |
20 | ${parentdir}/find_dependencies.py aktualizr-virtualsec | ||
21 | ${parentdir}/find_dependencies.py libp11 | 21 | ${parentdir}/find_dependencies.py libp11 |
22 | ${parentdir}/find_dependencies.py dpkg | ||
23 | ${parentdir}/find_dependencies.py systemd | 22 | ${parentdir}/find_dependencies.py systemd |
24 | 23 | ||