[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: d-i: ignore warning coming from update-rc.d
Mattia Rizzolo
gitlab at salsa.debian.org
Fri Dec 27 20:38:24 GMT 2019
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0ae6298b by Mattia Rizzolo at 2019-12-27T20:35:27Z
d-i: ignore warning coming from update-rc.d
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
353910fb by Mattia Rizzolo at 2019-12-27T20:36:30Z
d-i: also ignore the --disable-silent-rules warning
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- logparse/debian-installer.rules
Changes:
=====================================
logparse/debian-installer.rules
=====================================
@@ -9,7 +9,7 @@ ok /^dpkg-genbuildinfo: warning/
ok /^dpkg-buildpackage: warning/
# autoconf doesn't support this, but it's passed by dh_auto_configure by default
-ok /^configure: WARNING: unrecognized options: --disable-maintainer-mode$/
+ok /^configure: WARNING: unrecognized options: --disable-(maintainer-mode|silent-rules)$/
# make get https://jenkins.debian.net/job/d-i_build_console-setup/ build nicely
ok /^WARNING: U.{5}: can not be positioned properly/
@@ -43,6 +43,9 @@ ok /^dpkg: warning: unable to delete old directory/
ok /^dpkg: warning: trying to overwrite .+, which is also in package/
ok /^dpkg-genchanges: warning: the current version .+ is earlier than the previous one/
+# this comes from the installing build-deps step, ignore
+ok /^update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults$/
+
# match line starting with 'error ', case-insensitive
error /(?i)^error /
@@ -59,4 +62,3 @@ warning /WARNING/
# create a quick access link to lines in the report containing 'INFO'
info /^INFO.*/
-
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/231884e85792706cc80b758bdb4cc584cf1f1adf...353910fbb5559959d6fd425d843125a93b6ace7c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/231884e85792706cc80b758bdb4cc584cf1f1adf...353910fbb5559959d6fd425d843125a93b6ace7c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20191227/2bc79f21/attachment.html>
More information about the Qa-jenkins-scm
mailing list