Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 events for the month beginning 2023-01-01 by user wyoung

Following month ↑
2023-01-24
03:59
Wrapping a few calls to vfile_check_signature() from the new local diff code in unprotect/pop call pairs to squish a DB protection error. check-in: 1b3ef05ef9 user: wyoung tags: ui-local-diff
03:29
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. check-in: 76fa165763 user: wyoung tags: ui-local-diff
03:18
Replaced a standalone "diffFlags" variable in the /fdiff handler with use of the new DiffConfig.diffFlags member. No functional change, just a code cleanup found while working on another branch. Making it on trunk to keep that branch's diffs minimal. check-in: 65d97f23f6 user: wyoung tags: trunk
2023-01-17
20:40
Small fix to the nojail patch; accidentally lost the [80faedbc] change in the shuffle. check-in: 7a6cf9dd24 user: wyoung tags: trunk
20:37
Removed the two "mknod" calls from the Dockerfile in the nojail patch used by Podman rootless containers. Not only is the build user not allowed to run mknod in that case, there will be a /dev tree mapped into the container, causing the commands to fail due to these two basic dev nodes preexisting. check-in: d97a8fb17e user: wyoung tags: trunk
20:35
No longer running "fossil" with a relative path ("bin/fossil") at the end of the Dockerfile, but instead relying on the hard-coded PATH defined a few sections prior. This allows the same command to work for both the rootful and rootless cases since moving the binary into /usr/bin/fossil to placate nspawn. Before, it was /jail/bin vs /bin, so the ... check-in: 80faedbc51 user: wyoung tags: trunk
20:32
Fixed a copy-paste error in the Podman sections of the container doc: was using "docker" commands instead of "podman" in a few places. That'll work for people who aliased them, but it's confusing. check-in: 6eefa9b0d7 user: wyoung tags: trunk
06:29
Removed use of UPX in the container build process. It complicates the build for a tiny gain while breaking ARM builds. We worked around the ARM-on-ARM case earlier, but it also breaks x86 cross-compilation on ARM. Images are already compressed, and while `upx -9` is stronger compression than whatever Docker Engine is using, it's a small advantag... check-in: da545c9e79 user: wyoung tags: trunk
05:29 Edit [ec8ef573b31669fd|ec8ef573b3]: Edit check-in comment. artifact: d0d36f663c user: wyoung
05:28
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 lega... check-in: ec8ef573b3 user: wyoung tags: trunk
2023-01-13
16:52
Modernized several old fossil-scm.org URLs, changing "http" to "https" where absolute URLs are necessary, and using site-relative URLs otherwise. Also found and fixed a reference to fossil-scm.hwaci.com, which doesn't seem to resolve any more. check-in: 143f1db75f user: wyoung tags: trunk
16:35
Removed pointless "udc=1" parameters from a few Fossil file links from the docs. check-in: 40d912aec1 user: wyoung tags: trunk
2023-01-03
20:13
Added named anchors to the "Image Format vs Fossil Repo Size" doc so I can refer to one in particular. check-in: 7de2410f74 user: wyoung tags: trunk
Previous month ↓