[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.50-65-gd3ecf0f
Andreas Beckmann
anbe at debian.org
Sun Apr 7 10:33:44 UTC 2013
The following commit has been merged in the develop branch:
commit f661f78f42598666d8518324e56a12bb7abeff5c
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat Apr 6 18:07:36 2013 +0200
kpr/db_setup_*.conf: catch warning: database package not installed
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/known_problems/db_setup_error.conf b/known_problems/db_setup_error.conf
index 0dd5954..b192939 100644
--- a/known_problems/db_setup_error.conf
+++ b/known_problems/db_setup_error.conf
@@ -1,7 +1,7 @@
#
# detect packages with failed to install due to problems configuring the db - see #595652
#
-INCLUDE='(dbconfig-common: .* configure: (aborted|noninteractive fail).|updating database schema for .*...command failed with code 0|psql: could not connect to server: No such file or directory|DBI connect.* failed: could not connect to server|pg_pconnect\(\): Unable to connect to PostgreSQL server|Unable to connect to MySQL server|unable to connect to mysql server)'
+INCLUDE='(warning: database package not installed|dbconfig-common: .* configure: (aborted|noninteractive fail).|updating database schema for .*...command failed with code 0|psql: could not connect to server: No such file or directory|DBI connect.* failed: could not connect to server|pg_pconnect\(\): Unable to connect to PostgreSQL server|Unable to connect to MySQL server|unable to connect to mysql server)'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages with failed logs because installation failed because no database could be connected.'
diff --git a/known_problems/db_setup_issue.conf b/known_problems/db_setup_issue.conf
index adc4443..c02309e 100644
--- a/known_problems/db_setup_issue.conf
+++ b/known_problems/db_setup_issue.conf
@@ -1,7 +1,7 @@
#
# detect packages with failed to install due to problems configuring the db - see #595652
#
-INCLUDE='(dbconfig-common: .* configure: (aborted|noninteractive fail).|updating database schema for .*...command failed with code 0|psql: could not connect to server: No such file or directory|DBI connect.* failed: could not connect to server|pg_pconnect\(\): Unable to connect to PostgreSQL server|Unable to connect to MySQL server|unable to connect to mysql server)'
+INCLUDE='(warning: database package not installed|dbconfig-common: .* configure: (aborted|noninteractive fail).|updating database schema for .*...command failed with code 0|psql: could not connect to server: No such file or directory|DBI connect.* failed: could not connect to server|pg_pconnect\(\): Unable to connect to PostgreSQL server|Unable to connect to MySQL server|unable to connect to mysql server)'
WHERE='pass'
ISSUE=1
HEADER='Packages with failed logs because installation failed because no database could be connected.'
--
piuparts git repository
More information about the Piuparts-commits
mailing list