[Piuparts-commits] [piuparts] 17/17: more packages that need a database

Holger Levsen holger at alioth.debian.org
Wed Nov 6 09:45:55 UTC 2013


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

holger pushed a commit to branch develop
in repository piuparts.

commit 9c2ad8369a36b340ac2906c5d781f9e4389ec79e
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Nov 6 01:48:17 2013 +0100

    more packages that need a database
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_distupgrade_zz_database-server |    1 +
 custom-scripts/scripts/pre_install_database-server        |    6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/custom-scripts/scripts/pre_distupgrade_zz_database-server b/custom-scripts/scripts/pre_distupgrade_zz_database-server
index 5c5ddcc..ce7c715 100755
--- a/custom-scripts/scripts/pre_distupgrade_zz_database-server
+++ b/custom-scripts/scripts/pre_distupgrade_zz_database-server
@@ -3,6 +3,7 @@ set -e
 
 CANDIDATES=""
 CANDIDATES="$CANDIDATES mysql-server"
+CANDIDATES="$CANDIDATES mysql-server-5.5"
 CANDIDATES="$CANDIDATES postgresql"
 CANDIDATES="$CANDIDATES postgresql-8.4"
 CANDIDATES="$CANDIDATES postgresql-9.1"
diff --git a/custom-scripts/scripts/pre_install_database-server b/custom-scripts/scripts/pre_install_database-server
index 3db938b..33b4a13 100755
--- a/custom-scripts/scripts/pre_install_database-server
+++ b/custom-scripts/scripts/pre_install_database-server
@@ -37,6 +37,7 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	drupal6-thm-*)				MYSQL=yes ;;
 	drupal6-trans-ru)			MYSQL=yes ;;
 	drupal7)				MYSQL=yes ;;
+	drupal7-mod-libraries)			MYSQL=yes ;;
 	frontaccounting)			MYSQL=yes ;;
 	fossology-agents)			POSTGRESQL=yes ;;
 	fusionforge-plugin-blocks)		POSTGRESQL=yes ;;
@@ -67,6 +68,10 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	glance-registry)			SQLITE3=yes ;;
 	glpi)					MYSQL=yes ;;
 	grr)					MYSQL=yes ;;
+	heat-api)				SQLITE3=yes ;;
+	heat-api-cfn)				SQLITE3=yes ;;
+	heat-api-cloudwatch)			SQLITE3=yes ;;
+	heat-common)				SQLITE3=yes ;;
 	heat-engine)				SQLITE3=yes ;;
 	icinga-idoutils)			POSTGRESQL=yes ;;
 	icinga-phpapi)				MYSQL=yes ;;
@@ -100,6 +105,7 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	phpgacl)				MYSQL=yes ;;
 	phpmyadmin)				MYSQL=yes ;;
 	phpwiki)				MYSQL=yes ;;
+	pinba-engine-mysql-5.5)			MYSQL=yes ;;
 	piwigo)					MYSQL=yes ;;
 	pnopaste)				MYSQL=yes ;;
 	poker-web)				MYSQL=yes ;;

-- 
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