Re: [ptxdist] [PATCH 2/3] os-release: Make date string reproducible

2020-03-20 Thread Michael Olbrich
Hi, On Sat, Feb 29, 2020 at 06:41:27PM +0100, Alexander Dahl wrote: > On Sat, Feb 29, 2020 at 09:48:28AM +0100, Michael Olbrich wrote: > > On Fri, Feb 28, 2020 at 05:14:41PM +0100, Alexander Dahl wrote: > > > On Fri, Feb 28, 2020 at 04:40:10PM +0100, Roland Hieber wrote: > > > > Instead we could

Re: [ptxdist] [PATCH 2/3] os-release: Make date string reproducible

2020-02-29 Thread Michael Olbrich
Hi, On Fri, Feb 28, 2020 at 05:14:41PM +0100, Alexander Dahl wrote: > On Fri, Feb 28, 2020 at 04:40:10PM +0100, Roland Hieber wrote: > > Instead we could use the date of ./tarball-version (like > > PTXDIST_BSP_AUTOVERSION does too) or the current VCS commit; or if the > > BSP is not a VCS repo,

Re: [ptxdist] [PATCH 2/3] os-release: Make date string reproducible

2020-02-28 Thread Alexander Dahl
Hello Roland, On Fri, Feb 28, 2020 at 04:40:10PM +0100, Roland Hieber wrote: > Instead we could use the date of ./tarball-version (like > PTXDIST_BSP_AUTOVERSION does too) or the current VCS commit; or if the > BSP is not a VCS repo, or if the worktree has local changes, fall back > to searching

Re: [ptxdist] [PATCH 2/3] os-release: Make date string reproducible

2020-02-28 Thread Roland Hieber
On Fri, Feb 28, 2020 at 11:16:09AM +0100, Roland Hieber wrote: > On Thu, Feb 27, 2020 at 03:44:48PM +0100, Alexander Dahl wrote: > > Signed-off-by: Alexander Dahl > > --- > > rules/os-release.make | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git

Re: [ptxdist] [PATCH 2/3] os-release: Make date string reproducible

2020-02-28 Thread Roland Hieber
On Thu, Feb 27, 2020 at 03:44:48PM +0100, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl > --- > rules/os-release.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/os-release.make b/rules/os-release.make > index 5156156a0..ba607aa38 100644 > ---