diff options
author | Shih-Yuan Lee (FourDollars) <sylee@canonical.com> | 2020-07-07 16:29:41 +0800 |
---|---|---|
committer | Shih-Yuan Lee (FourDollars) <sylee@canonical.com> | 2020-07-07 17:03:46 +0800 |
commit | 4b9f747c0f86dc7be8529c3a3fedf2783eb51e4c (patch) | |
tree | 88dfb3752884353b9ec69cce3ddb65d2f17da4ef /jobs | |
parent | a33efb330cdf4f769a5bdc395f6c11f2ee8f2134 (diff) |
Check if the platform meta package can be installed from Ubuntu archives.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/misc/misc-generic.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/misc/misc-generic.txt b/jobs/misc/misc-generic.txt index 0f3f53b..ddedf69 100644 --- a/jobs/misc/misc-generic.txt +++ b/jobs/misc/misc-generic.txt @@ -39,3 +39,10 @@ command: check_package.sh gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly lib _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. + +plugin: shell +id: misc/generic/stock_ubuntu_platform_meta +user: root +command: + stock_ubuntu_platform_meta.sh +_description: Check if the platform meta package can be installed from Ubuntu archives. |