2023-01-17 05:28:37
— part of check-in
[ec8ef573b3]
on branch trunk
— Generating the /etc/os-release file for the OCI container using
autosetup at configure time rather than from a build arg in the
Dockerfile at image creation time. This lets us back out the use of
heredocs in the Dockerfile, which isn't supported in Podman at all as of
this writing and under Docker requires use of BuildKit rather than the
legacy "docker build" mechanism.
The primary consequence of doing it this way is that the Fossil version
number in that generated file becomes the configure-time version,
unconditionally. The old way let you override the FSLVER variable
at image build time and have that value put into the os-release file.
Under this new scheme, you now have to run "/jail/bin/fossil version" to
find out what version of Fossil got baked into the image.
(user:
wyoung
size: 174)
2023-01-21 12:14:34
— part of check-in
[baf038b1aa]
on branch markdown-tagrefs
— Merge trunk into markdown-tagrefs branch.
(user:
stephan
size: 174)
2023-01-24 03:29:32
— part of check-in
[76fa165763]
on branch ui-local-diff
— Brought the ui-local-diff branch up to date relative to trunk. It isn't
a simple merge, primarily due to all the changes to /vdiff and /fdiff
made over the past 2 years. It seems to work as well as it originally
did, but it isn't ready to merge down to trunk as-is.
(user:
wyoung
size: 174)