https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21028 --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #7)
Tested the docker image, apt-get remote koha --purge, then:
root@a33753dce67d:/kohadevbox# apt-get install koha-common Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: mysql-server | virtual-mysql-server letsencrypt The following NEW packages will be installed: koha-common 0 upgraded, 1 newly installed, 0 to remove and 37 not upgraded. Need to get 31.5 MB of archives. After this operation, 470 MB of additional disk space will be used. Get:1 http://apt.abunchofthings.net/koha-nightly unstable/main amd64 koha-common all 18.06.01~git+20180803002557.c6b50f0b-1 [31.5 MB] Fetched 31.5 MB in 13s (2,385 kB/s)
debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package koha-common. (Reading database ... 41209 files and directories currently installed.) Preparing to unpack .../koha-common_18.06.01~git+20180803002557.c6b50f0b-1_all.deb ... Unpacking koha-common (18.06.01~git+20180803002557.c6b50f0b-1) ... Setting up koha-common (18.06.01~git+20180803002557.c6b50f0b-1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Upgrading database schema for kohadev root@a33753dce67d:/kohadevbox# root@a33753dce67d:/kohadevbox# updatedb root@a33753dce67d:/kohadevbox# locate history.txt /kohadevbox/koha/docs/history.txt
Yes somehow installing in the docker image we are using doesn't put the file where we expect it. This is not reproducible in a regular VM (vagrant init ubuntu/bionic64; vagrant up). I vote for actually setting <docdir> to the git repo's history file. -- You are receiving this mail because: You are watching all bug changes.