Re: Should revision hashes match between hosts for -current?

Dag-Erling Smørgrav <[email protected]> Thu, 23 Jul 2026 19:56:11 +0200
Newsgroups gmane.os.freebsd.current
Message-ID <[email protected]>
bob prohaska <[email protected]> writes:
> Should revision hashes match between different hosts if updated at the
> same time?

No, they should match if they were built from the same point in Git
history (same revision of same branch).

> I've four hosts tracking -current, one arm64 and three armv7.  They
> have wildly different histories but I expected updates finished at the
> same time would have the same revision hash.  It looks as if they do
> not.  Is something amiss?

Run `git log --first-parent --oneline --no-decorate` in /usr/src on each
host and compare the output.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - [email protected]