[Piuparts-commits] [piuparts] 07/08: enable databases for a few more packages

Holger Levsen holger at moszumanska.debian.org
Mon Feb 9 13:37:27 UTC 2015


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

holger pushed a commit to branch develop
in repository piuparts.

commit 93492e5b8b85de89e9bf37615d26935ba3113e60
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Feb 9 12:43:45 2015 +0100

    enable databases for a few more packages
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_install_database-server | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/custom-scripts/scripts/pre_install_database-server b/custom-scripts/scripts/pre_install_database-server
index 29e70d1..f065b9d 100755
--- a/custom-scripts/scripts/pre_install_database-server
+++ b/custom-scripts/scripts/pre_install_database-server
@@ -95,6 +95,7 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	letodms)				MYSQL=yes ;;
 	letodms-webdav)				MYSQL=yes ;;
 	libchado-perl)				POSTGRESQL=yes ;;
+	libdspam7-dbg)				POSTGRESQL=yes ;;
 	libdspam7-drv-mysql)			MYSQL=yes ;;
 	libdspam7-drv-pgsql)			POSTGRESQL=yes ;;
 	mantis)					MYSQL=yes ;;
@@ -114,6 +115,8 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	ocsinventory-reports)			MYSQL=yes ;;
 	ocsinventory-server)			MYSQL=yes ;;
 	openacs)				POSTGRESQL=yes ;;
+	openstack-dashboard)			SQLITE3=yes ;;
+	openstack-dashboard-apache)		SQLITE3=yes ;;
 	otrs)					POSTGRESQL=yes ;;
 	otrs2)					POSTGRESQL=yes
 						case "$PIUPARTS_DISTRIBUTION" in
@@ -135,6 +138,9 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	prelude-manager)			MYSQL=yes ;;
 	prewikka)				MYSQL=yes ;;
 	pybit-web)				POSTGRESQL=yes ;;
+	python-django-horizon)			SQLITE3=yes ;;
+	python-quantum)				SQLITE3=yes ;;
+	python-quantumclient)			SQLITE3=yes ;;
 	quantum-common)				SQLITE3=yes ;;
 	quantum-plugin-*)			SQLITE3=yes ;;
 	quantum-server)				SQLITE3=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