summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-06-28 14:21:51 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-06-28 14:21:51 +0200
commit820466ca924b7f633dd44197c1fbc1569261a371 (patch)
tree81ba9d64ed17692d295ccf37c53700c57d4758d3
parent8109f0a7555566d37a8f10f3ee97887a47a438e6 (diff)
downloadmeta-updater-820466ca924b7f633dd44197c1fbc1569261a371.tar.gz
find_aktualizr_dependencies.sh: Run once per recipe.
-rwxr-xr-xscripts/find_aktualizr_dependencies.sh23
1 files changed, 11 insertions, 12 deletions
diff --git a/scripts/find_aktualizr_dependencies.sh b/scripts/find_aktualizr_dependencies.sh
index f011e0a..786d8a9 100755
--- a/scripts/find_aktualizr_dependencies.sh
+++ b/scripts/find_aktualizr_dependencies.sh
@@ -9,16 +9,15 @@ parentdir="$(dirname "$0")"
9# any other third party modules included directly into the source tree 9# any other third party modules included directly into the source tree
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_packages.py aktualizr \ 12${parentdir}/find_dependencies.py aktualizr
13 aktualizr-native \ 13${parentdir}/find_dependencies.py aktualizr-auto-prov
14 aktualizr-auto-prov \ 14${parentdir}/find_dependencies.py aktualizr-implicit-prov
15 aktualizr-implicit-prov \ 15${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov
16 aktualizr-ca-implicit-prov \ 16${parentdir}/find_dependencies.py aktualizr-hsm-prov
17 aktualizr-hsm-prov \ 17${parentdir}/find_dependencies.py aktualizr-disable-send-ip
18 aktualizr-disable-send-ip \ 18${parentdir}/find_dependencies.py aktualizr-example-interface
19 aktualizr-example-interface \ 19${parentdir}/find_dependencies.py aktualizr-log-debug
20 aktualizr-log-debug \ 20${parentdir}/find_dependencies.py libp11
21 libp11 \ 21${parentdir}/find_dependencies.py dpkg
22 dpkg \ 22${parentdir}/find_dependencies.py systemd
23 systemd
24 23