On Thu, Feb 27, 2020 at 03:44:49PM +0100, Alexander Dahl wrote:
> Signed-off-by: Alexander Dahl <a...@thorsis.com>

Maybe use the same value as os-release?

Michael

> ---
>  rules/rootfs.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/rootfs.make b/rules/rootfs.make
> index b33805d77..6a89bfcc4 100644
> --- a/rules/rootfs.make
> +++ b/rules/rootfs.make
> @@ -210,7 +210,7 @@ ifdef PTXCONF_ROOTFS_ISSUE
>       @$(call install_replace, rootfs, /etc/issue, \
>               @EXTRAVERSION@, $(PTXDIST_VERSION_SCM))
>       @$(call install_replace, rootfs, /etc/issue, \
> -             @DATE@, $(shell date +%FT%T%z))
> +             @DATE@, $(shell date --utc --date @$(SOURCE_DATE_EPOCH) 
> '+%FT%T%z'))
>       @$(call install_replace, rootfs, /etc/issue, \
>               @VENDOR@, $(PTXCONF_PROJECT_VENDOR))
>       @$(call install_replace, rootfs, /etc/issue, \
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to