Re: [XEN PATCH 2/5] docs: set DATE to SOURCE_DATE_EPOCH if available

2025-01-13 Thread Andrew Cooper
On 01/01/2025 7:03 pm, Maximilian Engelhardt wrote: > On Montag, 30. Dezember 2024 23:28:42 CET Maximilian Engelhardt wrote: >> On Montag, 30. Dezember 2024 22:38:24 CET Andrew Cooper wrote: >>> On 30/12/2024 9:00 pm, Maximilian Engelhardt wrote: Use the solution described in [1] to replace th

Re: [XEN PATCH 2/5] docs: set DATE to SOURCE_DATE_EPOCH if available

2025-01-01 Thread Maximilian Engelhardt
On Montag, 30. Dezember 2024 23:28:42 CET Maximilian Engelhardt wrote: > On Montag, 30. Dezember 2024 22:38:24 CET Andrew Cooper wrote: > > On 30/12/2024 9:00 pm, Maximilian Engelhardt wrote: > > > Use the solution described in [1] to replace the call to the 'date' > > > command with a version that

Re: [XEN PATCH 2/5] docs: set DATE to SOURCE_DATE_EPOCH if available

2024-12-30 Thread Maximilian Engelhardt
On Montag, 30. Dezember 2024 22:38:24 CET Andrew Cooper wrote: > On 30/12/2024 9:00 pm, Maximilian Engelhardt wrote: > > Use the solution described in [1] to replace the call to the 'date' > > command with a version that uses SOURCE_DATE_EPOCH if available. This > > is needed for reproducible build

Re: [XEN PATCH 2/5] docs: set DATE to SOURCE_DATE_EPOCH if available

2024-12-30 Thread Andrew Cooper
On 30/12/2024 9:00 pm, Maximilian Engelhardt wrote: > Use the solution described in [1] to replace the call to the 'date' > command with a version that uses SOURCE_DATE_EPOCH if available. This > is needed for reproducible builds. > > The -d "@..." syntax was introduced in GNU date about 2005 (but

[XEN PATCH 2/5] docs: set DATE to SOURCE_DATE_EPOCH if available

2024-12-30 Thread Maximilian Engelhardt
Use the solution described in [1] to replace the call to the 'date' command with a version that uses SOURCE_DATE_EPOCH if available. This is needed for reproducible builds. The -d "@..." syntax was introduced in GNU date about 2005 (but only added to the docuemntation in 2011), so I assume a versi