On Sat, Apr 23, 2022 at 09:20:06AM +0200, Sebastien Marie wrote:
> Does such diff to force UTC timezone in kernel buildate would be acceptable ?
I always convert Canada Mountain time to UTC in my head to estimate
whether a commit may be in a snapshot used in regress testing.
Having everything in UTC would make my live easier.
bluhm
> diff 62198fa5a9d005ca1c651b3df2c33ce50d333b27 /home/semarie/repos/openbsd/src
> blob - ab97ce4c59639a6b357120b9a953c3584211aea2
> file + sys/conf/newvers.sh
> --- sys/conf/newvers.sh
> +++ sys/conf/newvers.sh
> @@ -40,7 +40,7 @@ then
> fi
>
> touch version
> -v=`cat version` u=`logname` d=${PWD%/obj} h=`hostname` t=`date`
> +v=`cat version` u=`logname` d=${PWD%/obj} h=`hostname` t=`date -z UTC`
> id=`basename "${d}"`
>
> # additional things which need version number upgrades: