Skip to content

Commit

Permalink
shellcheck: grml-live: turn off two info messages
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Nov 26, 2024
1 parent 65d7a3f commit 9423d7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ else
<testsuite name="grml-live-missing-packages" tests="${package_count}" time="1" failures="${package_errors}" errors="${package_errors}" skipped="0" assertions="0">
EOF

# shellcheck disable=SC2013 # We expect each line to be a single word.
for package in $(awk '{print $1}' "${CHECKLOG}/package_errors.log" | sed 's;/;\\/;') ; do
failure_reason="$(awk "/$package/ {print \$2}" "${CHECKLOG}/package_errors.log")"
cat >> "${REPORT_MISSING_PACKAGES}" << EOF
Expand Down Expand Up @@ -1519,6 +1520,7 @@ fi

# create md5sum file:
if [ -z "$BOOTSTRAP_ONLY" ] ; then
# shellcheck disable=SC2094 # find execution ignores written file
( cd "$BUILD_OUTPUT"/GRML/"${GRML_NAME}" &&
find ../.. -type f -not -name md5sums -not -name isolinux.bin -exec md5sum {} \; > md5sums )
fi
Expand Down

0 comments on commit 9423d7f

Please sign in to comment.