script: Modify retrieving 'Release' from TZ_BUILD_ID 25/315125/4 tizen accepted/tizen/unified/20240727.112800 accepted/tizen/unified/x/20240729.014248
authorSangYoun Kwak <sy.kwak@samsung.com>
Thu, 25 Jul 2024 09:00:13 +0000 (18:00 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Fri, 26 Jul 2024 02:39:24 +0000 (11:39 +0900)
commitecb2fbd79c64a97e1ac480e503a8b63a3e004894
treeb15e3d42193fa7f88cb1b068ff51d97ea8ed0ca7
parent36fa3abf3aa72cb226b069b88db20a94e10297ab
script: Modify retrieving 'Release' from TZ_BUILD_ID

Previously, script tries to retrieve 'Release' information from
TZ_BUILD_ID by using the 'DATE'(which is from TZ_BUILD_DATE).
But the 'DATE' and date info in TZ_BUILD_ID can be different, so the
'Release' can be invalid.

To solve this issue, script is modified to retrieved 'Release' from
TZ_BUILD_ID alone.
It can get 'Release' information in format:
  {date in 8 decimal numbers} + "." + {various length of decimal numbers}

Change-Id: I5130f8881f84f203e06799e2762b547c472ead20
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
script/make_info_file.sh