summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorDaniel Manrique <roadmr@ubuntu.com>2015-05-14 15:32:33 -0400
committerDaniel Manrique <roadmr@ubuntu.com>2015-05-14 15:32:33 -0400
commit0a9808d81223cd2f4e9e91dd0bf9687c824fd916 (patch)
tree50fa91dc68b73ec2f7af1017a4bded6404725124 /jobs
parent710423a16bdff8330de83d50fb53b80598c6b946 (diff)
providers: Fix dkms_info_attachment. Remove the device_package_info_attachment.
Diffstat (limited to 'jobs')
-rw-r--r--jobs/info.txt.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/jobs/info.txt.in b/jobs/info.txt.in
index d3b3139..884828a 100644
--- a/jobs/info.txt.in
+++ b/jobs/info.txt.in
@@ -152,20 +152,9 @@ command: lsmod_info
estimated_duration: 0.5
_description: Attaches a list of the currently running kernel modules.
-id: device_package_info_attachment
-plugin: attachment
-command: dkms_info --format onelines
-_description: Attaches a list of package with device matched information.
- included package types:
- - dkms (Dynamic Kernel Module Support): provides kernel modules
- - non-dkms: packages that with modaliases header and don't exist in dkms list
- - hardware modalias: might be unused dkms or config package
- - oemalias: It is like non-dkms(w/o modalias)
-_summary: Attaches a list of package with device matched information.
-
id: dkms_info_attachment
plugin: attachment
-command: dkms_info --dkms --format dumps
+command: dkms_info --format json
_description: Attaches json dumps of installed dkms package information.
_summary: Attaches json dumps of installed dkms package information.