File: module_build_error_issue.conf

package info (click to toggle)
piuparts 0.62
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,692 kB
  • sloc: python: 6,823; sh: 2,194; makefile: 126
file content (11 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#
# detect dkms module source packages that fail to build for a current kernel
#
PATTERN='Error! Bad return status for module build on kernel'
WHERE='pass fail bugged affected'
ISSUE=1
HEADER="DKMS-packages failing to build a module for a default kernel"
HELPTEXT="
<p>Kernel module source may not be compatible with the latest kernel.
</p>
"