This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pycsw.
commit fdfab06a82c7183791555abe62e9e0a623771d69 Author: Bas Couwenberg <[email protected]> Date: Thu Jul 7 00:56:09 2016 +0200 Update default.cfg for database rename. --- debian/changelog | 1 + debian/default.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 781fa0e..987b187 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ pycsw (2.0.0~rc1+dfsg-1) UNRELEASED; urgency=medium * Override dh_install to use --list-missing. * Update WSGI script to install. * Add python-six & python-xmltodict to dependencies. + * Update default.cfg for database rename. -- Bas Couwenberg <[email protected]> Wed, 06 Jul 2016 17:46:22 +0200 diff --git a/debian/default.cfg b/debian/default.cfg index 06a6eda..34e1592 100644 --- a/debian/default.cfg +++ b/debian/default.cfg @@ -76,7 +76,7 @@ contact_role=pointOfContact [repository] # sqlite -database=sqlite:////usr/share/pycsw/tests/suites/cite/data/records.db +database=sqlite:////usr/share/pycsw/tests/suites/cite/data/cite.db # postgres #database=postgresql://username:password@localhost/pycsw # mysql -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

