Skip to Content.
Sympa Menu

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

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 (e7ec536603c8a2798340f437162c595eb0421575)
  • Date: Tue, 22 Jul 2008 07:46:50 -0500

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

python-pypi/trac/CONFIGURE | 2 +-
python-pypi/trac/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

trac: fixed a bug about useless `&&', thx to wich

diff --git a/python-pypi/trac/CONFIGURE b/python-pypi/trac/CONFIGURE
index 9183b00..cdd0b9d 100755
--- a/python-pypi/trac/CONFIGURE
+++ b/python-pypi/trac/CONFIGURE
@@ -1 +1 @@
-config_query_list TRAC_DB "Which database would you like?" sqlite mysql
postgresql &&
+config_query_list TRAC_DB "Which database would you like?" sqlite mysql
postgresql
diff --git a/python-pypi/trac/HISTORY b/python-pypi/trac/HISTORY
index e83df6d..c6cf805 100644
--- a/python-pypi/trac/HISTORY
+++ b/python-pypi/trac/HISTORY
@@ -1,3 +1,6 @@
+2008-07-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: removed `&&'
+
2008-06-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.11, fixed short desc
* DEPENDS: subversion isn't req'ed anymore -> suggest



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7ec536603c8a2798340f437162c595eb0421575), Vlad Glagolev, 07/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page