Re: [XEN PATCH v2] docs: set date to SOURCE_DATE_EPOCH if available

2021-01-05 Thread Maximilian Engelhardt
On Dienstag, 5. Januar 2021 13:00:34 CET Wei Liu wrote: > On Thu, Dec 24, 2020 at 08:02:37PM +0100, Hans van Kranenburg wrote: > > Hi, > > > > On 12/23/20 5:56 PM, Maximilian Engelhardt wrote: > > > check if a GNU date that supports the '-u -d @...' options and syntax or > > > a BSD date are avail

Re: [XEN PATCH v2] docs: set date to SOURCE_DATE_EPOCH if available

2021-01-05 Thread Olaf Hering
Am Wed, 23 Dec 2020 17:56:53 +0100 schrieb Maximilian Engelhardt : > reproducible builds Just wipe all built-in timestamps. They serve no purpose. Use git hashes to refer to specific build. Olaf pgpi9LRMqJGM9.pgp Description: Digitale Signatur von OpenPGP

Re: [XEN PATCH v2] docs: set date to SOURCE_DATE_EPOCH if available

2021-01-05 Thread Wei Liu
On Thu, Dec 24, 2020 at 08:02:37PM +0100, Hans van Kranenburg wrote: > Hi, > > On 12/23/20 5:56 PM, Maximilian Engelhardt wrote: > > check if a GNU date that supports the '-u -d @...' options and syntax or > > a BSD date are available. If so, use the appropriate options for the > > date command to

Re: [XEN PATCH v2] docs: set date to SOURCE_DATE_EPOCH if available

2020-12-24 Thread Hans van Kranenburg
Hi, On 12/23/20 5:56 PM, Maximilian Engelhardt wrote: > check if a GNU date that supports the '-u -d @...' options and syntax or > a BSD date are available. If so, use the appropriate options for the > date command to produce a custom date if SOURCE_DATE_EPOCH is defined. > If SOURCE_DATE_EPOCH is