On Thu, 25 Feb 2021 at 02:42, Kevin Oberman <[email protected]> wrote:
>
> Thanks, Ed, but where do I find this? uname -a" gives me stable/13-007101f87.
> For a while I was seeing a hyphenated number prefixed with a 'c' and I had
> assumed that that number was the sequence.
It is (was) - we changed from 'c' to avoid having it look like a hex value.
To generate (this part of) uname the build script runs:
if [ "$($git_cmd rev-parse --is-shallow-repository)" = false ] ; then
git_cnt=$($git_cmd rev-list --first-parent --count
HEAD 2>/dev/null)
if [ -n "$git_cnt" ] ; then
git="n${git_cnt}-${git}"
fi
fi
Would you try running, at the top of your stable/13 src tree:
git rev-parse --is-shallow-repository
git rev-list --first-parent --count HEAD
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"