[Piuparts-commits] [piuparts] 09/10: a few more packages need a database

Holger Levsen holger at layer-acht.org
Sun May 1 11:55:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 8411ba0a813504ae1f487df5bf07d158109c117c
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun May 1 10:41:13 2016 +0200

    a few more packages need a database
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_install_database-server | 3 +++
 master-bin/detect_piuparts_issues.in               | 1 +
 2 files changed, 4 insertions(+)

diff --git a/custom-scripts/scripts/pre_install_database-server b/custom-scripts/scripts/pre_install_database-server
index e4e2ece..93f14ca 100755
--- a/custom-scripts/scripts/pre_install_database-server
+++ b/custom-scripts/scripts/pre_install_database-server
@@ -47,6 +47,7 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	drupal6-trans-ru)			MYSQL=yes ;;
 	drupal7)				MYSQL=yes ;;
 	drupal7-mod-*)				MYSQL=yes ;;
+	dtc-postfix-dovecot)			MYSQL=yes ;;
 	frontaccounting)			MYSQL=yes ;;
 	fossology-agents)			POSTGRESQL=yes ;;
 	fusionforge-plugin-*)			FUSIONFORGE=yes ;;
@@ -123,7 +124,9 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	phpgacl)				MYSQL=yes ;;
 	phpmyadmin)				MYSQL=yes ;;
 	phpwiki)				MYSQL=yes ;;
+	pinba-engine-mysql)			MYSQL=yes ;;
 	pinba-engine-mysql-5.5)			MYSQL=yes ;;
+	pinba-engine-mysql-5.6)			MYSQL=yes ;;
 	piwigo)					MYSQL=yes ;;
 	pnopaste)				MYSQL=yes ;;
 	poker-web)				MYSQL=yes ;;
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index e1aed73..76f431e 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -60,6 +60,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -i -e 'FATAL:  could not create shared memory segment: No space left on device' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'No database found online on port 5432' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'unable to connect to postgresql server' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e 'Failed to connect to postgres.' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'psql: FATAL:  password authentication failed for user' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'createuser: could not connect to database postgres: could not connect to server: No such file or directory' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'Firebird .* server already running.' $MASTER/$SECTION/$subdir >> $FILE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list