fix debootstrap error handler #269
Merged
Annotations
10 errors and 10 warnings
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
grml-debootstrap#L798
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:798:- RELEASE="$(dialog --stdout --title "${PN}" --default-item $DEFAULT_RELEASE --menu \
grml-debootstrap:798:+ RELEASE="$(dialog --stdout --title "${PN}" --default-item "$DEFAULT_RELEASE" --menu \
|
grml-debootstrap#L850
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:850:- CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item $DEFAULT_MIRROR \
grml-debootstrap:850:+ CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item "$DEFAULT_MIRROR" \
|
grml-debootstrap#L860
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:860:- 0 0 $MIRROR)" || bailout
grml-debootstrap:860:+ 0 0 "$MIRROR")" || bailout
|
grml-debootstrap#L866
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:866:- 0 0 $ISO)" || bailout
grml-debootstrap:866:+ 0 0 "$ISO")" || bailout
|
grml-debootstrap#L1793
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1793:- cp $VERBOSE "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
grml-debootstrap:1793:+ cp "$VERBOSE" "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
|
grml-debootstrap#L1798
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1798:- cp $VERBOSE "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/
grml-debootstrap:1798:+ cp "$VERBOSE" "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/
|
grml-debootstrap#L1817
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1817:- cp $VERBOSE "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
grml-debootstrap:1817:+ cp "$VERBOSE" "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
|
grml-debootstrap#L1824
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1824:- cp $VERBOSE "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
grml-debootstrap:1824:+ cp "$VERBOSE" "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
|
grml-debootstrap#L1830
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
grml-debootstrap:1830:- cp -a $VERBOSE "${_opt_chroot_scripts}"/* "${MNTPOINT}"/etc/debootstrap/chroot-scripts/
grml-debootstrap:1830:+ cp -a "$VERBOSE" "${_opt_chroot_scripts}"/* "${MNTPOINT}"/etc/debootstrap/chroot-scripts/
|
grml-debootstrap#L279
[shellcheck] reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
Raw Output:
./grml-debootstrap:279:37:info:Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
|
grml-debootstrap#L284
[shellcheck] reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
Raw Output:
./grml-debootstrap:284:39:info:Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
|
grml-debootstrap#L798
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:798:61:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
grml-debootstrap#L850
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:850:64:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
grml-debootstrap#L860
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:860:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
grml-debootstrap#L866
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:866:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
grml-debootstrap#L1793
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1793:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
grml-debootstrap#L1798
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1798:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
grml-debootstrap#L1817
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1817:8:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
grml-debootstrap#L1824
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./grml-debootstrap:1824:8:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
The logs for this run have expired and are no longer available.
Loading