This fixes the problem at hand, but a new regression is shown: $ strings kernel | grep 'FreeBSD 13.0-ALPHA1' FreeBSD 13.0-ALPHA1 #47 c256181-gb06e91d1b700: Thu Jan 21 14:31:35 UTC 2021
branch name is no longer present. On 1/21/21, Ed Maste <[email protected]> wrote: > On Thu, 21 Jan 2021 at 05:37, Mateusz Guzik <[email protected]> wrote: >> >> I'm getting an error with this: >> >> $ make -s buildkernel MODULES_OVERRIDE="" >> >> /tank/users/mjg/src/freebsd/sys/conf/newvers.sh: git: not found >> >> > + if [ "$(git rev-parse --is-shallow-repository)" = false ] ; then > ^^^ > Looks like this bare git should be $git_cmd, can you confirm that > change fixes it? > -- Mateusz Guzik <mjguzik gmail.com> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
