At startup, always check the digests of the files #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
we should do this, maybe in the background -- so the startup should be:
I find the "bringing up the web service" should be the highest priority, but delivering archives with bad checksums is something that we should really avoid.
Currently, we have a
--verify-sha256
flag which is off by default and only if it is true, the archive checksums are verified (and this is done before the web server is up and running).Note that we don't need to check values into the git archive. The PACK file has a signature (a SHA1) which verify the integrity of the whole Git archive.
I'll open a separate issue.
hannes referenced this issue2024-11-14 15:38:27 +00:00
see #24 for an implementation.
done in #24