Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a1429527161d5d0965d107d2cb48f55c2798e0f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a1429527161d5d0965d107d2cb48f55c2798e0f)
  • Date: Tue, 19 Apr 2016 01:50:22 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

collab/bugzilla/CONFIGURE | 2 +-
collab/bugzilla/DEPENDS | 2 ++
collab/bugzilla/HISTORY | 3 +++
3 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 4a1429527161d5d0965d107d2cb48f55c2798e0f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bugzilla: added sqlite support

diff --git a/collab/bugzilla/CONFIGURE b/collab/bugzilla/CONFIGURE
index e083996..e93145e 100755
--- a/collab/bugzilla/CONFIGURE
+++ b/collab/bugzilla/CONFIGURE
@@ -1,5 +1,5 @@
# TODO: add SQLite support (present since 4.2)
-config_query_list BUGZILLA_DATABASE "Which database backend would you like
to use?" mysql postgresql &&
+config_query_list BUGZILLA_DATABASE "Which database backend would you like
to use?" mysql postgresql sqlite &&
config_query BUGZILLA_CHARTING "Do you want all the things needed for
bugzilla's graphs? (recommended)" n &&
config_query BUGZILLA_PATCH "Do you want nifty patch abilities\
(Difference between patches, and pretty views)?" n &&
diff --git a/collab/bugzilla/DEPENDS b/collab/bugzilla/DEPENDS
index 37f6ddc..9feba0a 100755
--- a/collab/bugzilla/DEPENDS
+++ b/collab/bugzilla/DEPENDS
@@ -14,6 +14,8 @@ if [[ "$BUGZILLA_DATABASE" == "mysql" ]]; then
depends dbd-mysql
elif [[ "$BUGZILLA_DATABASE" == "postgresql" ]]; then
depends dbd-pg
+elif [[ "$BUGZILLA_DATABASE" == "sqlite" ]]; then
+ depends dbd-sqlite
fi &&

if [[ "$BUGZILLA_PATCH" == "y" ]]; then
diff --git a/collab/bugzilla/HISTORY b/collab/bugzilla/HISTORY
index d3c3d12..f33326f 100644
--- a/collab/bugzilla/HISTORY
+++ b/collab/bugzilla/HISTORY
@@ -1,3 +1,6 @@
+2016-04-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE, DEPENDS: added sqlite support
+
2015-12-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.2.16; SECURITY_PATCH++




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a1429527161d5d0965d107d2cb48f55c2798e0f), Vlad Glagolev, 04/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page