We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419aa43 commit 9b20a6aCopy full SHA for 9b20a6a
build.sh
@@ -16,6 +16,7 @@ EXCLUDED_PACKAGES=($(jq -r "[(.all.exclude | (select(.\"$PACKAGE_LIST\" != null)
16
(select(.\"$FEDORA_MAJOR_VERSION\" != null).\"$FEDORA_MAJOR_VERSION\".exclude | (select(.\"$PACKAGE_LIST\" != null).\"$PACKAGE_LIST\")[])] \
17
| sort | unique[]" /tmp/packages.json))
18
19
+echo "${INCLUDED_PACKAGES[@]}"
20
# Ensure exclusion list only contains packages already present on image
21
if [[ "${#EXCLUDED_PACKAGES[@]}" -gt 0 ]]; then
22
EXCLUDED_PACKAGES=($(rpm -qa --queryformat='%{NAME} ' ${EXCLUDED_PACKAGES[@]}))
0 commit comments