ckan-docker
ckan-docker copied to clipboard
Small issues with `prerun.py.override`
I just logged ckan/ckan-docker-base#24, wherein I identified some small issues with prerun.py
, which is used by the CKAN Docker image to set some things up. A copy of this file is included in this repository as the override template, ckan/setup/prerun.py.override.
Whatever changes end up happening in ckan-docker-base
should probably ported to the override file as well.
I just posted another problem that I found with the base prerun.py
script over on the ckan-docker-base#24 issue.
Is there a fork/branch that you guys are working from? I want to pipe out the error so we can see the error.
Is there a fork/branch that you guys are working from? I want to pipe out the error so we can see the error.
I don't quite understand what you're asking. When I logged this issue originally (September 5), I was working with whatever commit corresponded to the main branch of this repository.
The Docker images here include a file called prerun.py.override
that is a copy of the file prerun.py
in the other repository. There are some bugs in prerun.py
that I identified in https://github.com/ckan/ckan-docker-base/issues/24 , and this report was just to make sure that the maintainers port those fixes over to here after they get fixed upstream. The original report has instructions on how to trigger & fix the bugs I found.