[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7ec536603c8a2798340f437162c595eb0421575)
Vlad Glagolev
scm at sourcemage.org
Tue Jul 22 08:46:50 EDT 2008
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
More information about the SM-Commit
mailing list