Re: [ptxdist] [PATCH 1/2] ptxd_make_vcs_version: add script to determine vcs hash

2021-03-30 Thread Michael Olbrich
On Tue, Mar 30, 2021 at 11:24:36AM +0200, Roland Hieber wrote: > On Tue, Mar 30, 2021 at 09:52:01AM +0200, Steffen Trumtrar wrote: > > Add a script to determine a uniquely abbreviated commit object of the > > current bsp state. The information is exported to the variable > > PTXDIST_VCS_VERSION so

Re: [ptxdist] [PATCH 1/2] ptxd_make_vcs_version: add script to determine vcs hash

2021-03-30 Thread Roland Hieber
On Tue, Mar 30, 2021 at 09:52:01AM +0200, Steffen Trumtrar wrote: > Add a script to determine a uniquely abbreviated commit object of the > current bsp state. The information is exported to the variable > PTXDIST_VCS_VERSION so it can be used from other scripts and rules. > > Signed-off-by:

[ptxdist] [PATCH 1/2] ptxd_make_vcs_version: add script to determine vcs hash

2021-03-30 Thread Steffen Trumtrar
Add a script to determine a uniquely abbreviated commit object of the current bsp state. The information is exported to the variable PTXDIST_VCS_VERSION so it can be used from other scripts and rules. Signed-off-by: Steffen Trumtrar --- scripts/lib/ptxd_make_vcs_version.sh | 20