summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorNara Huang <nara.huang@canonical.com>2020-06-12 16:27:57 +0800
committerNara Huang <nara.huang@canonical.com>2020-06-12 16:27:57 +0800
commitdbd6eddacbfda67209c9a89da39c9a088ed1334a (patch)
treeac57d90bff1c78e7126f559827f514af21f9e3e2 /jobs
parent6c0a9e3b4e1a8f6c9535cea0150055be464745ec (diff)
Misc: Add script and job to check unwanted packages
Diffstat (limited to 'jobs')
-rw-r--r--jobs/misc/misc-generic.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/misc/misc-generic.txt b/jobs/misc/misc-generic.txt
index 7f62d31..0f3f53b 100644
--- a/jobs/misc/misc-generic.txt
+++ b/jobs/misc/misc-generic.txt
@@ -32,3 +32,10 @@ command: sed -i 's/\#Storage=auto/Storage=persistent/' /etc/systemd/journald.con
_summary: Set journald to preserve logs during stress test
_description:
To make sure system will write journald log to disk during every boot.
+
+plugin: shell
+id: misc/generic/check-unwanted-packages
+command: check_package.sh gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libavcodec-extra ubuntu-restricted-extras ttf-mscorefonts-installer unrar
+_summary: Check if unwanted packages are installed
+_description:
+ For some packages which may have license or patent issues, this case checks if they are installed.