[ckan-changes] [ckan/ckan] bb4524: Allows use of CKAN_INI env-var to locate config
GitHub
noreply at github.com
Tue Nov 18 16:36:27 UTC 2014
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: bb452421266866e826169cd6706f4c15447cae5f
https://github.com/ckan/ckan/commit/bb452421266866e826169cd6706f4c15447cae5f
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-10-27 (Mon, 27 Oct 2014)
Changed paths:
M ckan/lib/cli.py
M doc/maintaining/paster.rst
Log Message:
-----------
Allows use of CKAN_INI env-var to locate config
Implements #1597
If you don't specify a config file using the -c option, CKAN defaults to
looking for development.ini in the current directory. This patch will
first check the -c parameter, and if it doesn't find it will use the
content of the CKAN_INI environment variable. If it cannot find that,
it will then default to development.ini in the current directory.
Commit: ba51a431071751e0deb9942a46116492a62a7f83
https://github.com/ckan/ckan/commit/ba51a431071751e0deb9942a46116492a62a7f83
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
CHange error message, hope travis retests
Commit: 44c8c7cf62d0289ed1ea87c4e069982e98c53bdc
https://github.com/ckan/ckan/commit/44c8c7cf62d0289ed1ea87c4e069982e98c53bdc
Author: David Read <david.read at hackneyworkshop.com>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[#1597] Refactored for code clarity and improved error message.
Commit: 0ddd6fda6103d3a22e00ed2480c929081c880eef
https://github.com/ckan/ckan/commit/0ddd6fda6103d3a22e00ed2480c929081c880eef
Author: David Read <david.read at hackneyworkshop.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)
Changed paths:
M ckan/lib/cli.py
M doc/maintaining/paster.rst
Log Message:
-----------
Merge pull request #2005 from ckan/1597-config
Allows use of CKAN_INI env-var to locate config
Compare: https://github.com/ckan/ckan/compare/5cae3035b970...0ddd6fda6103
More information about the ckan-changes
mailing list