ckan-docker icon indicating copy to clipboard operation
ckan-docker copied to clipboard

Small issues with `prerun.py.override`

Open themowski opened this issue 1 year ago • 3 comments

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.

themowski avatar Sep 05 '23 19:09 themowski

I just posted another problem that I found with the base prerun.py script over on the ckan-docker-base#24 issue.

themowski avatar Sep 14 '23 17:09 themowski

Is there a fork/branch that you guys are working from? I want to pipe out the error so we can see the error.

iperezx avatar Nov 28 '23 21:11 iperezx

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.

themowski avatar Nov 29 '23 20:11 themowski