build info: change ID and Release 18/66818/2
authorTaeyoung Kim <ty317.kim@samsung.com>
Thu, 21 Apr 2016 07:32:55 +0000 (16:32 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Thu, 21 Apr 2016 07:44:13 +0000 (16:44 +0900)
commit6adee921b88c7e92e4f9cfa4b8b5374e4d834035
treef6e42f006a46a09a9f99088c9ef314ad5224f09b
parent70f489c8a60766b5fb572d25475dabef8612fad0
build info: change ID and Release

- ID format is changed to get the value from Version.Build
  = Previous Build ID example
    : tizen-mobile_20160308.8_mobile-wayland-armv7l-tm1
  = Changed Build ID example
    : tizen-mobile

- Release value is changed to get the value from Version.Build
  = Previously, the value was created by removing alphabet
    from Version.Build. However the Version.Build could contain
    other numbers between alphabets. Thus Release value
    could be weird.
  = Now, Release value is parsed from Version.Build by
    the Build.Date value.

Change-Id: I70087a74065e37842a0c1d2297cee87595a46a23
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
script/make_info_file.sh