We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef57c8 commit 4b532e4Copy full SHA for 4b532e4
.github/workflows/validate-cg-manifest.sh
@@ -56,11 +56,6 @@ ignore_no_source_tarball=" \
56
web-assets \
57
"
58
59
-# Specs where cgmanifest validation has known issues checking URLs.
60
-ignore_known_issues=" \
61
- virglrenderer \
62
- libesmtp"
63
-
64
alt_source_tag="Source9999"
65
66
prepare_chroot_environment() {
@@ -169,7 +164,7 @@ do
169
164
fi
170
165
171
166
# Skipping specs from the ignore lists.
172
- if echo "$ignore_multiple_sources $ignore_no_source_tarball $ignore_known_issues" | grep -qP "(^|\s)$name($|\s)"
167
+ if echo "$ignore_multiple_sources $ignore_no_source_tarball" | grep -qP "(^|\s)$name($|\s)"
173
168
then
174
echo " $name is being ignored (reason: explicitly ignored package), skipping."
175
continue
0 commit comments