Skip to content

Commit 7857e2d

Browse files
Remove screen-private-ppa test definition from contrib because it was added in base provider (Bugfix) (#2360)
Remove definition of screen-private-ppa from contrib pc-sanity because it was added in base provider and causes duplicate error (Bugfix)
1 parent 16fdd69 commit 7857e2d

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

contrib/pc-sanity/units/pc-sanity/pc-sanity-screen-oem-gaps.pxu

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,3 @@ _summary: check if pkgs are not supported by Canonical
1616
_description:
1717
This lists the packages which is not coming from main or restricted component.
1818

19-
plugin: shell
20-
category_id: com.canonical.plainbox::miscellanea
21-
id: miscellanea/screen-private-ppa
22-
user: root
23-
command:
24-
if grep -qrE 'private-ppa\.launchpad(|content)\.net' "/etc/apt/sources.list"* ; then
25-
>&2 printf 'The following files have private PPA access:\n'
26-
>&2 grep -lrE 'private-ppa\.launchpad(|content)\.net' "/etc/apt/sources.list"*
27-
exit 1
28-
fi
29-
_summary: check if any private ppas are added
30-
_description:
31-
This checks if any private ppas are added to the system, fails if any found.

0 commit comments

Comments
 (0)